Home
last modified time | relevance | path

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

/system/update_engine/common/
Ddynamic_partition_control_stub.h53 bool GetDeviceDir(std::string* path) override;
Ddynamic_partition_control_stub.cc75 bool DynamicPartitionControlStub::GetDeviceDir(std::string* path) { in GetDeviceDir() function in chromeos_update_engine::DynamicPartitionControlStub
Ddynamic_partition_control_interface.h132 virtual bool GetDeviceDir(std::string* path) = 0;
/system/update_engine/
Ddynamic_partition_control_android.cc364 bool DynamicPartitionControlAndroid::GetDeviceDir(std::string* out) { in GetDeviceDir() function in chromeos_update_engine::DynamicPartitionControlAndroid
607 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in GetSystemOtherPath()
736 if (!GetDeviceDir(&device_dir_str)) { in PrepareDynamicPartitionsForUpdate()
895 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in GetPartitionDevice()
1095 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in ListDynamicPartitionsForSlot()
1122 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in VerifyExtentsForUntouchedPartitions()
Dmock_dynamic_partition_control.h65 MOCK_METHOD(bool, GetDeviceDir, (std::string*), (override));
Ddynamic_partition_control_android.h65 bool GetDeviceDir(std::string* path) override;
Ddynamic_partition_control_android_unittest.cc60 ON_CALL(dynamicControl(), GetDeviceDir(_)) in SetUp()
/system/update_engine/payload_consumer/
Dpartition_update_generator_android.cc231 if (!dynamic_control->GetDeviceDir(&dir_path)) { in Create()