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.cc711 base::FilePath device_dir(device_dir_str); in GetSystemOtherPath() local
715 *path = device_dir.Append(partition_name_suffix).value(); in GetSystemOtherPath()
721 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in GetSystemOtherPath()
840 base::FilePath device_dir(device_dir_str); in PrepareDynamicPartitionsForUpdate() local
842 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in PrepareDynamicPartitionsForUpdate()
860 device_dir.Append(GetSuperPartitionName(target_slot)).value(); in PrepareDynamicPartitionsForUpdate()
963 base::FilePath device_dir(device_dir_str); in PrepareSnapshotPartitionsForUpdate() local
965 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in PrepareSnapshotPartitionsForUpdate()
1124 const base::FilePath& device_dir, in GetStaticDevicePath() argument
1126 base::FilePath path = device_dir.Append(partition_name_suffixed); in GetStaticDevicePath()
[all …]
Ddynamic_partition_control_android.h294 const base::FilePath& device_dir,
303 bool IsSuperBlockDevice(const base::FilePath& device_dir,