Searched refs:filesystem_type (Results 1 – 19 of 19) sorted by relevance
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/ |
D | vfat_tests | 6 "filesystem_type": "vfat", 16 "filesystem_type": "vfat", 26 "filesystem_type": "vfat", 38 "filesystem_type": "vfat",
|
D | exfat_tests | 6 "filesystem_type": "exfat", 16 "filesystem_type": "exfat", 26 "filesystem_type": "exfat",
|
D | ext2_tests | 6 "filesystem_type": "ext2", 16 "filesystem_type": "ext2", 27 "filesystem_type": "ext2",
|
D | ext3_tests | 6 "filesystem_type": "ext3", 16 "filesystem_type": "ext3", 27 "filesystem_type": "ext3",
|
D | ext4_tests | 6 "filesystem_type": "ext4", 16 "filesystem_type": "ext4", 27 "filesystem_type": "ext4",
|
D | ntfs_tests | 6 "filesystem_type": "ntfs", 17 "filesystem_type": "ntfs", 29 "filesystem_type": "ntfs",
|
D | platform_CrosDisksFilesystem.py | 58 filesystem_type=config['filesystem_type'],
|
/external/autotest/client/site_tests/platform_CrosDisksFormat/ |
D | platform_CrosDisksFormat.py | 24 filesystem_type = config['filesystem_type'] 31 filesystem_type=filesystem_type) as image: 37 self.cros_disks.format(device_file, filesystem_type, format_options)
|
D | vfat_tests | 4 "filesystem_type": "vfat",
|
/external/autotest/client/site_tests/platform_CrosDisksRename/ |
D | platform_CrosDisksRename.py | 26 filesystem_type = config.get('filesystem_type') 37 filesystem_type=filesystem_type, 49 self.cros_disks.mount(device_file, filesystem_type,
|
D | vfat_tests | 4 "filesystem_type": "vfat",
|
D | exfat_tests | 4 "filesystem_type": "exfat",
|
D | ntfs_tests | 4 "filesystem_type": "ntfs",
|
/external/autotest/client/cros/ |
D | cros_disks.py | 246 def format(self, path, filesystem_type=None, options=None): argument 254 if filesystem_type is None: 255 filesystem_type = '' 259 self.interface.Format(path, filesystem_type, 330 def mount(self, path, filesystem_type=None, options=None): argument 338 if filesystem_type is None: 339 filesystem_type = '' 343 self.interface.Mount(path, filesystem_type, 568 def __init__(self, block_size, block_count, filesystem_type, argument 585 self._filesystem_type = filesystem_type [all …]
|
/external/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 655 attribute filesystem_type; 885 type iso9660_t, filesystem_type, noxattrfs; 887 type nfs_t, filesystem_type, noxattrfs; 1196 typeattribute sysfs_t filesystem_type; 1206 typeattribute usbfs_t filesystem_type; 1321 typeattribute fs_t filesystem_type; 1323 typeattribute bdev_t filesystem_type; 1325 typeattribute binfmt_misc_fs_t filesystem_type; 1331 typeattribute capifs_t filesystem_type; 1333 typeattribute configfs_t filesystem_type; [all …]
|
/external/libyuv/files/ |
D | setup_links.py | 153 filesystem_type = 'file' 156 filesystem_type = 'link' 158 log('Planning to remove %s: %s', filesystem_type, self._path) 160 log('Removing %s: %s', filesystem_type, self._path)
|
/external/webrtc/ |
D | setup_links.py | 174 filesystem_type = 'file' 177 filesystem_type = 'link' 179 log('Planning to remove %s: %s', filesystem_type, self._path) 181 log('Removing %s: %s', filesystem_type, self._path)
|
/external/autotest/client/site_tests/platform_CrosDisksArchive/ |
D | platform_CrosDisksArchive.py | 92 filesystem_type='vfat',
|
/external/cros/system_api/dbus/ |
D | mtp_storage_info.proto | 36 optional uint32 filesystem_type = 8; field
|