Home
last modified time | relevance | path

Searched refs:volIDString (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.h191 char volIDString[33]; // Volume ID, 1 extra for null byte41-72 member
H A Diso9660.cpp184 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()
H A Dkernel_interface.cpp220 strlcpy(info->volume_name, volume->volIDString, sizeof(info->volume_name)); in fs_read_fs_stat()