Home
last modified time | relevance | path

Searched refs:GetPowerwashSafeDirectory (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/common/
Dmock_hardware.h74 ON_CALL(*this, GetPowerwashSafeDirectory(testing::_)) in MockHardware()
76 testing::Invoke(&fake_, &FakeHardware::GetPowerwashSafeDirectory)); in MockHardware()
104 MOCK_CONST_METHOD1(GetPowerwashSafeDirectory, bool(base::FilePath*));
Dhardware_interface.h124 virtual bool GetPowerwashSafeDirectory(base::FilePath* path) const = 0;
Dfake_hardware.h129 bool GetPowerwashSafeDirectory(base::FilePath* path) const override { in GetPowerwashSafeDirectory() function
/system/update_engine/
Dhardware_android.h55 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
Dhardware_chromeos.h60 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
Dhardware_android.cc192 bool HardwareAndroid::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareAndroid
Dreal_system_state.cc112 if (!hardware_->GetPowerwashSafeDirectory(&powerwash_safe_path)) { in Initialize()
Dhardware_chromeos.cc314 bool HardwareChromeOS::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareChromeOS