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

  /external/chromium_org/chromeos/
chromeos_paths.h 28 FILE_UPTIME, // Full path to the file via which the kernel
chromeos_paths.cc 61 case FILE_UPTIME:
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service_browsertest.cc 58 new base::ScopedPathOverride(chromeos::FILE_UPTIME, uptime_file));
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.cc 84 CHECK(PathService::Get(chromeos::FILE_UPTIME, &uptime_file));
107 CHECK(PathService::Get(chromeos::FILE_UPTIME, &uptime_file));
automatic_reboot_manager_unittest.cc 353 ASSERT_TRUE(PathService::Override(chromeos::FILE_UPTIME, uptime_file));
    [all...]

Completed in 75 milliseconds