Searched refs:GetDeviceDir (Results 1 – 8 of 8) sorted by relevance
413 bool DynamicPartitionControlAndroid::GetDeviceDir(std::string* out) { in GetDeviceDir() function in chromeos_update_engine::DynamicPartitionControlAndroid710 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()
71 MOCK_METHOD(bool, GetDeviceDir, (std::string*), (override));
78 bool GetDeviceDir(std::string* path) override;
64 ON_CALL(dynamicControl(), GetDeviceDir(_)) in SetUp()
35 MOCK_METHOD(bool, GetDeviceDir, (std::string*), (override));
60 bool GetDeviceDir(std::string* path) override;
93 bool DynamicPartitionControlStub::GetDeviceDir(std::string* path) { in GetDeviceDir() function in chromeos_update_engine::DynamicPartitionControlStub
157 virtual bool GetDeviceDir(std::string* path) = 0;