/external/autotest/client/site_tests/platform_CrosDisksRename/ |
exfat_tests | 5 "volume_name": "EXFAT",
|
vfat_tests | 5 "volume_name": "VFATNAME",
|
ntfs_tests | 5 "volume_name": "NTFS",
|
platform_CrosDisksRename.py | 29 volume_name = config.get('volume_name') 63 self.cros_disks.rename(device_file, volume_name) 84 if volume_name != image.get_volume_label():
|
/frameworks/rs/tests/java_api/VrDemo/res/values/ |
strings.xml | 27 <string name="volume_name">Volume Name</string>
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
getpath.c | 91 static char volume_name[32] = { 0 };
variable 189 strncpy(buffer, volume_name, MAXPATHLEN);
193 volume_name may have been empty.
278 if(volume_name[0] != 0) {
279 strcpy(path, volume_name);
412 Produces progpath, argv0_path, and volume_name.
453 set_volume(volume_name, argv0_path);
465 strncpy(prefix, volume_name, MAXPATHLEN);
485 strncpy(exec_prefix, volume_name, MAXPATHLEN); // "fs0:"
504 strcpy(prefix, volume_name);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
getpath.c | 85 static char volume_name[32] = { 0 };
variable 258 strncpy(buffer, volume_name, MAXPATHLEN);
262 volume_name may have been empty.
347 if(volume_name[0] != 0) {
348 strcpy(path, volume_name);
481 Produces progpath, argv0_path, and volume_name.
522 set_volume(volume_name, argv0_path);
534 strncpy(prefix, volume_name, MAXPATHLEN);
554 strncpy(exec_prefix, volume_name, MAXPATHLEN);
573 strcpy(prefix, volume_name);
[all...] |