Home
last modified time | relevance | path

Searched refs:device_dir (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/aosp/
Ddynamic_partition_control_android.cc682 base::FilePath device_dir(device_dir_str); in GetSystemOtherPath() local
686 *path = device_dir.Append(partition_name_suffix).value(); in GetSystemOtherPath()
692 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in GetSystemOtherPath()
811 base::FilePath device_dir(device_dir_str); in PrepareDynamicPartitionsForUpdate() local
813 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in PrepareDynamicPartitionsForUpdate()
831 device_dir.Append(GetSuperPartitionName(target_slot)).value(); in PrepareDynamicPartitionsForUpdate()
933 base::FilePath device_dir(device_dir_str); in PrepareSnapshotPartitionsForUpdate() local
935 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in PrepareSnapshotPartitionsForUpdate()
1094 const base::FilePath& device_dir, in GetStaticDevicePath() argument
1096 base::FilePath path = device_dir.Append(partition_name_suffixed); in GetStaticDevicePath()
[all …]
Ddynamic_partition_control_android.h291 const base::FilePath& device_dir,
300 bool IsSuperBlockDevice(const base::FilePath& device_dir,