Searched refs:volIDString (Results 1 – 3 of 3) sorted by relevance
191 char volIDString[33]; // Volume ID, 1 extra for null byte41-72 member
184 const size_t kVolIDStringLen = sizeof(volume->volIDString) - 1; in InitVolDesc()185 volume->volIDString[kVolIDStringLen] = '\0'; in InitVolDesc()186 strncpy(volume->volIDString, buffer, kVolIDStringLen); in InitVolDesc()188 TRACE(("InitVolDesc - volume id string is %s\n", volume->volIDString)); in InitVolDesc()
220 strlcpy(info->volume_name, volume->volIDString, sizeof(info->volume_name)); in fs_read_fs_stat()