Searched defs:update_reboot_needed_uptime_file_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/system/
H A Dautomatic_reboot_manager_unittest.cc179 base::FilePath update_reboot_needed_uptime_file_; member in class:chromeos::system::AutomaticRebootManagerBasicTest
350 update_reboot_needed_uptime_file_ =
352 ASSERT_FALSE(base::WriteFile(update_reboot_needed_uptime_file_, NULL, 0));
355 update_reboot_needed_uptime_file_));
388 SaveUptimeToFile(update_reboot_needed_uptime_file_, uptime);
483 if (!base::ReadFileToString(update_reboot_needed_uptime_file_, &contents)) {

Completed in 31 milliseconds