Searched refs:GetPowerwashSafeDirectory (Results 1 – 8 of 8) sorted by relevance
57 ON_CALL(*this, GetPowerwashSafeDirectory(testing::_)) in MockHardware()59 &FakeHardware::GetPowerwashSafeDirectory)); in MockHardware()73 MOCK_CONST_METHOD1(GetPowerwashSafeDirectory, bool(base::FilePath*));
83 virtual bool GetPowerwashSafeDirectory(base::FilePath* path) const = 0;
81 bool GetPowerwashSafeDirectory(base::FilePath* path) const override { in GetPowerwashSafeDirectory() function
47 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
48 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
171 bool HardwareAndroid::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareAndroid
180 bool HardwareChromeOS::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareChromeOS
95 if (!hardware_->GetPowerwashSafeDirectory(&powerwash_safe_path)) { in Initialize()