HomeSort by relevance Sort by last modified time
    Searched refs:volume_name (Results 1 - 10 of 10) sorted by null

  /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...]
  /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...]
  /external/autotest/client/site_tests/platform_CrosDisksRename/
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():
  /external/autotest/client/cros/
cros_disks.py 290 def rename(self, path, volume_name=None):
295 volume_name: The new name used for renaming.
297 if volume_name is None:
298 volume_name = ''
300 self.interface.Rename(path, volume_name)
  /external/u-boot/include/
ext_common.h 98 char volume_name[16]; member in struct:ext2_sblock
  /external/e2fsprogs/lib/blkid/
probe.h 763 __u16 volume_name[512]; /* volume name */ member in struct:f2fs_super_block
  /external/toybox/toys/pending/
mke2fs.c 139 char volume_name[16]; // volume name member in struct:ext2_superblock
  /external/f2fs-tools/include/
f2fs_fs.h 631 __le16 volume_name[MAX_VOLUME_NAME]; /* volume name */ member in struct:f2fs_super_block
    [all...]
  /external/f2fs-tools/mkfs/
f2fs_format.c 437 utf8_to_utf16(sb->volume_name, (const char *)c.vol_label,
    [all...]
  /external/f2fs-tools/fsck/
mount.c 310 DISP_label(sb->volume_name);
    [all...]

Completed in 492 milliseconds