Searched refs:GetDeviceDir (Results 1 – 8 of 8) sorted by relevance
53 bool GetDeviceDir(std::string* path) override;
75 bool DynamicPartitionControlStub::GetDeviceDir(std::string* path) { in GetDeviceDir() function in chromeos_update_engine::DynamicPartitionControlStub
132 virtual bool GetDeviceDir(std::string* path) = 0;
364 bool DynamicPartitionControlAndroid::GetDeviceDir(std::string* out) { in GetDeviceDir() function in chromeos_update_engine::DynamicPartitionControlAndroid607 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()
65 MOCK_METHOD(bool, GetDeviceDir, (std::string*), (override));
65 bool GetDeviceDir(std::string* path) override;
60 ON_CALL(dynamicControl(), GetDeviceDir(_)) in SetUp()
231 if (!dynamic_control->GetDeviceDir(&dir_path)) { in Create()