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.h120 virtual bool GetPowerwashSafeDirectory(base::FilePath* path) const = 0;
Dfake_hardware.h125 bool GetPowerwashSafeDirectory(base::FilePath* path) const override { in GetPowerwashSafeDirectory() function
/system/update_engine/
Dhardware_android.h54 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
Dhardware_chromeos.h59 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
Dhardware_android.cc186 bool HardwareAndroid::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareAndroid
Dreal_system_state.cc114 if (!hardware_->GetPowerwashSafeDirectory(&powerwash_safe_path)) { in Initialize()
Dhardware_chromeos.cc265 bool HardwareChromeOS::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareChromeOS