Home
last modified time | relevance | path

Searched refs:GetDeviceDir (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/aosp/
Ddynamic_partition_control_android.cc413 bool DynamicPartitionControlAndroid::GetDeviceDir(std::string* out) { in GetDeviceDir() function in chromeos_update_engine::DynamicPartitionControlAndroid
710 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in GetSystemOtherPath()
839 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in PrepareDynamicPartitionsForUpdate()
962 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in PrepareSnapshotPartitionsForUpdate()
1137 if (!GetDeviceDir(&device_dir_str)) { in GetPartitionDevice()
1364 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in ListDynamicPartitionsForSlot()
1390 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in VerifyExtentsForUntouchedPartitions()
1477 if (!GetDeviceDir(&device_dir_str)) { in GetSuperDevice()
Dmock_dynamic_partition_control_android.h71 MOCK_METHOD(bool, GetDeviceDir, (std::string*), (override));
Ddynamic_partition_control_android.h78 bool GetDeviceDir(std::string* path) override;
Ddynamic_partition_control_android_unittest.cc64 ON_CALL(dynamicControl(), GetDeviceDir(_)) in SetUp()
/system/update_engine/common/
Dmock_dynamic_partition_control.h35 MOCK_METHOD(bool, GetDeviceDir, (std::string*), (override));
Ddynamic_partition_control_stub.h60 bool GetDeviceDir(std::string* path) override;
Ddynamic_partition_control_stub.cc93 bool DynamicPartitionControlStub::GetDeviceDir(std::string* path) { in GetDeviceDir() function in chromeos_update_engine::DynamicPartitionControlStub
Ddynamic_partition_control_interface.h157 virtual bool GetDeviceDir(std::string* path) = 0;