Searched refs:GetPowerwashSafeDirectory (Results 1 – 8 of 8) sorted by relevance
63 ON_CALL(*this, GetPowerwashSafeDirectory(testing::_)) in MockHardware()65 &FakeHardware::GetPowerwashSafeDirectory)); in MockHardware()80 MOCK_CONST_METHOD1(GetPowerwashSafeDirectory, bool(base::FilePath*));
93 virtual bool GetPowerwashSafeDirectory(base::FilePath* path) const = 0;
80 bool GetPowerwashSafeDirectory(base::FilePath* path) const override { in GetPowerwashSafeDirectory() function
49 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
53 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
199 bool HardwareAndroid::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareAndroid
228 bool HardwareChromeOS::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareChromeOS
108 if (!hardware_->GetPowerwashSafeDirectory(&powerwash_safe_path)) { in Initialize()