HomeSort by relevance Sort by last modified time
    Searched full:filesystem_type (Results 1 - 24 of 24) sorted by null

  /external/autotest/client/site_tests/platform_CrosDisksFormat/
vfat_tests 4 "filesystem_type": "vfat",
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)
  /external/autotest/client/site_tests/platform_CrosDisksFilesystem/
exfat_tests 6 "filesystem_type": "exfat",
16 "filesystem_type": "exfat",
26 "filesystem_type": "exfat",
ext2_tests 6 "filesystem_type": "ext2",
16 "filesystem_type": "ext2",
27 "filesystem_type": "ext2",
ext3_tests 6 "filesystem_type": "ext3",
16 "filesystem_type": "ext3",
27 "filesystem_type": "ext3",
ext4_tests 6 "filesystem_type": "ext4",
16 "filesystem_type": "ext4",
27 "filesystem_type": "ext4",
ntfs_tests 6 "filesystem_type": "ntfs",
17 "filesystem_type": "ntfs",
29 "filesystem_type": "ntfs",
vfat_tests 6 "filesystem_type": "vfat",
16 "filesystem_type": "vfat",
27 "filesystem_type": "vfat",
platform_CrosDisksFilesystem.py 40 filesystem_type=config['filesystem_type'],
  /external/autotest/client/cros/
cros_disks.py 249 def format(self, path, filesystem_type=None, options=None):
254 filesystem_type: The filesystem type used for formatting the device.
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):
297 filesystem_type: The filesystem type used for mounting the device.
300 if filesystem_type is None:
301 filesystem_type = ''
305 self.interface.Mount(path, filesystem_type, options
    [all...]
  /external/selinux/libsepol/tests/policies/test-cond/
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;
    [all...]
  /system/update_engine/payload_consumer/
install_plan.cc 118 filesystem_type == that.filesystem_type &&
install_plan.h 97 std::string filesystem_type; member in struct:chromeos_update_engine::InstallPlan::Partition
postinstall_runner_action.cc 150 partition.filesystem_type,
delta_performer.cc 846 install_part.filesystem_type = partition.filesystem_type();
    [all...]
  /external/cros/system_api/dbus/
mtp_storage_info.proto 36 optional uint32 filesystem_type = 8;
  /system/update_engine/payload_generator/
payload_generation_config_unittest.cc 38 EXPECT_EQ("ext4", image_config.partitions[0].postinstall.filesystem_type);
payload_generation_config.cc 30 return !run && path.empty() && filesystem_type.empty() && !optional;
97 &part.postinstall.filesystem_type);
payload_file.cc 139 if (!part.postinstall.filesystem_type.empty())
140 partition->set_filesystem_type(part.postinstall.filesystem_type);
payload_generation_config.h 48 std::string filesystem_type; member in struct:chromeos_update_engine::PostInstallConfig
  /external/autotest/client/site_tests/platform_CrosDisksArchive/
platform_CrosDisksArchive.py 121 filesystem_type='vfat',
  /external/libyuv/files/
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/
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)
  /system/update_engine/
update_metadata.proto 210 // |filesystem_type|.
223 optional string filesystem_type = 4;

Completed in 3969 milliseconds