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.cc82 bool DynamicPartitionControlStub::GetDeviceDir(std::string* path) { in GetDeviceDir() function in chromeos_update_engine::DynamicPartitionControlStub
Dmock_dynamic_partition_control.h34 MOCK_METHOD(bool, GetDeviceDir, (std::string*), (override));
Ddynamic_partition_control_stub.h56 bool GetDeviceDir(std::string* path) override;
Ddynamic_partition_control_interface.h151 virtual bool GetDeviceDir(std::string* path) = 0;
/system/update_engine/aosp/
Ddynamic_partition_control_android.cc392 bool DynamicPartitionControlAndroid::GetDeviceDir(std::string* out) { in GetDeviceDir() function in chromeos_update_engine::DynamicPartitionControlAndroid
681 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in GetSystemOtherPath()
810 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in PrepareDynamicPartitionsForUpdate()
932 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in PrepareSnapshotPartitionsForUpdate()
1107 if (!GetDeviceDir(&device_dir_str)) { in GetPartitionDevice()
1331 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in ListDynamicPartitionsForSlot()
1357 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in VerifyExtentsForUntouchedPartitions()
1440 if (!GetDeviceDir(&device_dir_str)) { in GetSuperDevice()
Dmock_dynamic_partition_control_android.h71 MOCK_METHOD(bool, GetDeviceDir, (std::string*), (override));
Ddynamic_partition_control_android.h75 bool GetDeviceDir(std::string* path) override;
Ddynamic_partition_control_android_unittest.cc64 ON_CALL(dynamicControl(), GetDeviceDir(_)) in SetUp()