HomeSort by relevance Sort by last modified time
    Searched full:uptime_prefix (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 180 const FilePath::StringType uptime_prefix = kUptimePrefix; local
200 GetTime(uptime_prefix + kPreStartup, &boot_times.pre_startup);
201 GetTime(uptime_prefix + kXStarted, &boot_times.x_started);
202 GetTime(uptime_prefix + kChromeExec, &boot_times.chrome_exec);
203 GetTime(uptime_prefix + kChromeMain, &boot_times.chrome_main);
204 GetTime(uptime_prefix + kLoginPromptReady, &boot_times.login_prompt_ready);

Completed in 72 milliseconds