Searched refs:GetPowerwashSafeDirectory (Results 1 – 8 of 8) sorted by relevance
74 ON_CALL(*this, GetPowerwashSafeDirectory(testing::_)) in MockHardware()76 testing::Invoke(&fake_, &FakeHardware::GetPowerwashSafeDirectory)); in MockHardware()104 MOCK_CONST_METHOD1(GetPowerwashSafeDirectory, bool(base::FilePath*));
124 virtual bool GetPowerwashSafeDirectory(base::FilePath* path) const = 0;
129 bool GetPowerwashSafeDirectory(base::FilePath* path) const override { in GetPowerwashSafeDirectory() function
55 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
60 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
192 bool HardwareAndroid::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareAndroid
112 if (!hardware_->GetPowerwashSafeDirectory(&powerwash_safe_path)) { in Initialize()
314 bool HardwareChromeOS::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareChromeOS