Searched refs:uptime_prefix (Results 1 – 1 of 1) sorted by relevance
180 const FilePath::StringType uptime_prefix = kUptimePrefix; in GetBootTimes() local200 GetTime(uptime_prefix + kPreStartup, &boot_times.pre_startup); in GetBootTimes()201 GetTime(uptime_prefix + kXStarted, &boot_times.x_started); in GetBootTimes()202 GetTime(uptime_prefix + kChromeExec, &boot_times.chrome_exec); in GetBootTimes()203 GetTime(uptime_prefix + kChromeMain, &boot_times.chrome_main); in GetBootTimes()204 GetTime(uptime_prefix + kLoginPromptReady, &boot_times.login_prompt_ready); in GetBootTimes()