Home
last modified time | relevance | path

Searched refs:filesystem_type (Results 1 – 14 of 14) sorted by relevance

/external/autotest/client/site_tests/platform_CrosDisksFormat/
Dplatform_CrosDisksFormat.py24 filesystem_type = config['filesystem_type']
31 filesystem_type=filesystem_type) as image:
37 self.cros_disks.format(device_file, filesystem_type, format_options)
Dvfat_tests4 "filesystem_type": "vfat",
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/
Dexfat_tests6 "filesystem_type": "exfat",
16 "filesystem_type": "exfat",
26 "filesystem_type": "exfat",
Dext2_tests6 "filesystem_type": "ext2",
16 "filesystem_type": "ext2",
27 "filesystem_type": "ext2",
Dext4_tests6 "filesystem_type": "ext4",
16 "filesystem_type": "ext4",
27 "filesystem_type": "ext4",
Dext3_tests6 "filesystem_type": "ext3",
16 "filesystem_type": "ext3",
27 "filesystem_type": "ext3",
Dvfat_tests6 "filesystem_type": "vfat",
16 "filesystem_type": "vfat",
27 "filesystem_type": "vfat",
Dntfs_tests6 "filesystem_type": "ntfs",
17 "filesystem_type": "ntfs",
29 "filesystem_type": "ntfs",
Dplatform_CrosDisksFilesystem.py40 filesystem_type=config['filesystem_type'],
/external/autotest/client/cros/
Dcros_disks.py249 def format(self, path, filesystem_type=None, options=None): argument
257 if filesystem_type is None:
258 filesystem_type = ''
262 self.interface.Format(path, filesystem_type, options)
292 def mount(self, path, filesystem_type=None, options=None): argument
300 if filesystem_type is None:
301 filesystem_type = ''
305 self.interface.Mount(path, filesystem_type, options)
515 def __init__(self, block_size, block_count, filesystem_type, argument
532 self._filesystem_type = filesystem_type
[all …]
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf655 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/webrtc/
Dsetup_links.py174 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/libyuv/files/
Dsetup_links.py153 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/cros/system_api/dbus/
Dmtp_storage_info.proto36 optional uint32 filesystem_type = 8; field