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

  /external/autotest/client/site_tests/platform_CrosDisksFormat/
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_CrosDisksRename/
platform_CrosDisksRename.py 26 filesystem_type = config.get('filesystem_type')
37 filesystem_type=filesystem_type,
49 self.cros_disks.mount(device_file, filesystem_type,
  /system/update_engine/payload_generator/
payload_generation_config_unittest.cc 38 EXPECT_EQ("ext4", image_config.partitions[0].postinstall.filesystem_type);
payload_generation_config.h 48 std::string filesystem_type; member in struct:chromeos_update_engine::PostInstallConfig
payload_generation_config.cc 32 return !run && path.empty() && filesystem_type.empty() && !optional;
99 &part.postinstall.filesystem_type);
payload_file.cc 143 if (!part.postinstall.filesystem_type.empty())
144 partition->set_filesystem_type(part.postinstall.filesystem_type);
  /system/update_engine/payload_consumer/
install_plan.cc 127 filesystem_type == that.filesystem_type &&
install_plan.h 109 std::string filesystem_type; member in struct:chromeos_update_engine::InstallPlan::Partition
postinstall_runner_action.cc 165 partition.filesystem_type,
delta_performer.cc 805 install_part.filesystem_type = partition.filesystem_type();
    [all...]
  /external/autotest/client/cros/
cros_disks.py 248 def format(self, path, filesystem_type=None, options=None):
253 filesystem_type: The filesystem type used for formatting the device.
256 if filesystem_type is None:
257 filesystem_type = ''
261 self.interface.Format(path, filesystem_type,
332 def mount(self, path, filesystem_type=None, options=None):
337 filesystem_type: The filesystem type used for mounting the device.
340 if filesystem_type is None:
341 filesystem_type = ''
345 self.interface.Mount(path, filesystem_type,
    [all...]
  /system/update_engine/scripts/update_payload/
update_metadata_pb2.py 387 name='filesystem_type', full_name='chromeos_update_engine.PartitionUpdate.filesystem_type', index=3,
  /external/autotest/client/site_tests/platform_CrosDisksFilesystem/
platform_CrosDisksFilesystem.py 40 filesystem_type=config['filesystem_type'],
  /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/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...]
  /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)
  /external/autotest/client/site_tests/platform_CrosDisksArchive/
platform_CrosDisksArchive.py 115 filesystem_type='vfat',

Completed in 1001 milliseconds