HomeSort by relevance Sort by last modified time
    Searched refs:GetPowerwashSafeDirectory (Results 1 - 8 of 8) sorted by null

  /system/update_engine/common/
mock_hardware.h 63 ON_CALL(*this, GetPowerwashSafeDirectory(testing::_))
65 &FakeHardware::GetPowerwashSafeDirectory));
80 MOCK_CONST_METHOD1(GetPowerwashSafeDirectory, bool(base::FilePath*));
hardware_interface.h 91 virtual bool GetPowerwashSafeDirectory(base::FilePath* path) const = 0;
fake_hardware.h 80 bool GetPowerwashSafeDirectory(base::FilePath* path) const override {
  /system/update_engine/
hardware_android.h 49 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
hardware_chromeos.h 53 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
hardware_android.cc 198 bool HardwareAndroid::GetPowerwashSafeDirectory(base::FilePath* path) const {
hardware_chromeos.cc 228 bool HardwareChromeOS::GetPowerwashSafeDirectory(base::FilePath* path) const {
real_system_state.cc 94 if (!hardware_->GetPowerwashSafeDirectory(&powerwash_safe_path)) {

Completed in 116 milliseconds