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*));
120 virtual bool GetPowerwashSafeDirectory(base::FilePath* path) const = 0;
125 bool GetPowerwashSafeDirectory(base::FilePath* path) const override { in GetPowerwashSafeDirectory() function
54 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
59 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
186 bool HardwareAndroid::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareAndroid
114 if (!hardware_->GetPowerwashSafeDirectory(&powerwash_safe_path)) { in Initialize()
265 bool HardwareChromeOS::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareChromeOS