Searched refs:device_dir (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/ |
D | dynamic_partition_control_android.cc | 608 base::FilePath device_dir(device_dir_str); in GetSystemOtherPath() local 612 *path = device_dir.Append(partition_name_suffix).value(); in GetSystemOtherPath() 618 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in GetSystemOtherPath() 739 base::FilePath device_dir(device_dir_str); in PrepareDynamicPartitionsForUpdate() local 741 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in PrepareDynamicPartitionsForUpdate() 760 device_dir.Append(GetSuperPartitionName(target_slot)).value(); in PrepareDynamicPartitionsForUpdate() 896 base::FilePath device_dir(device_dir_str); in GetPartitionDevice() local 908 switch (GetDynamicPartitionDevice(device_dir, in GetPartitionDevice() 926 base::FilePath path = device_dir.Append(partition_name_suffix); in GetPartitionDevice() 946 const base::FilePath& device_dir, in IsSuperBlockDevice() argument [all …]
|
D | dynamic_partition_control_android.h | 230 const base::FilePath& device_dir, 239 bool IsSuperBlockDevice(const base::FilePath& device_dir,
|
/system/update_engine/payload_consumer/ |
D | partition_update_generator_android.h | 36 std::string device_dir,
|
D | partition_update_generator_android.cc | 41 std::string device_dir, in PartitionUpdateGeneratorAndroid() argument 44 block_device_dir_(std::move(device_dir)), in PartitionUpdateGeneratorAndroid()
|
/system/core/adb/ |
D | test_device.py | 1209 def verify_sync(self, device, temp_files, device_dir): argument 1214 device_dir, temp_file.base_name) 1259 device_dir = posixpath.join(self.DEVICE_TEMP_DIR, 'sync_src_dst') 1263 device.shell(['rm', '-rf', device_dir]) 1265 device.push(temp_dir, device_dir, sync=True) 1267 self.verify_sync(device, temp_files, device_dir) 1279 device_dir = posixpath.join(self.DEVICE_TEMP_DIR, 'push_dry_run') 1280 device_file = posixpath.join(device_dir, 'file') 1283 self.device.shell(['mkdir', '-p', device_dir]) 1305 device_dir = posixpath.join(self.DEVICE_TEMP_DIR, 'push_dry_run') [all …]
|