Home
last modified time | relevance | path

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

/system/update_engine/common/
Dmock_hardware.h63 ON_CALL(*this, GetPowerwashSafeDirectory(testing::_)) in MockHardware()
65 &FakeHardware::GetPowerwashSafeDirectory)); in MockHardware()
80 MOCK_CONST_METHOD1(GetPowerwashSafeDirectory, bool(base::FilePath*));
Dhardware_interface.h93 virtual bool GetPowerwashSafeDirectory(base::FilePath* path) const = 0;
Dfake_hardware.h80 bool GetPowerwashSafeDirectory(base::FilePath* path) const override { in GetPowerwashSafeDirectory() function
/system/update_engine/
Dhardware_android.h49 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
Dhardware_chromeos.h53 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
Dhardware_android.cc199 bool HardwareAndroid::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareAndroid
Dhardware_chromeos.cc228 bool HardwareChromeOS::GetPowerwashSafeDirectory(base::FilePath* path) const { in GetPowerwashSafeDirectory() function in chromeos_update_engine::HardwareChromeOS
Dreal_system_state.cc108 if (!hardware_->GetPowerwashSafeDirectory(&powerwash_safe_path)) { in Initialize()