Searched refs:GetDeviceDir (Results 1 – 8 of 8) sorted by relevance
82 bool DynamicPartitionControlStub::GetDeviceDir(std::string* path) { in GetDeviceDir() function in chromeos_update_engine::DynamicPartitionControlStub
34 MOCK_METHOD(bool, GetDeviceDir, (std::string*), (override));
56 bool GetDeviceDir(std::string* path) override;
151 virtual bool GetDeviceDir(std::string* path) = 0;
392 bool DynamicPartitionControlAndroid::GetDeviceDir(std::string* out) { in GetDeviceDir() function in chromeos_update_engine::DynamicPartitionControlAndroid681 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()
71 MOCK_METHOD(bool, GetDeviceDir, (std::string*), (override));
75 bool GetDeviceDir(std::string* path) override;
64 ON_CALL(dynamicControl(), GetDeviceDir(_)) in SetUp()