Lines Matching refs:FPL
32 #define FPL(value) FILE_PATH_LITERAL(value) macro
35 static const FilePath::CharType kLogPath[] = FPL("/tmp");
37 static const FilePath::CharType kUptimePrefix[] = FPL("uptime-");
39 static const FilePath::CharType kDiskPrefix[] = FPL("disk-");
41 static const FilePath::CharType kChromeMain[] = FPL("chrome-main");
48 static const FilePath::CharType kLoginSuccess[] = FPL("login-success");
50 FPL("chrome-first-render");
60 static const FilePath::CharType kLoginTimes[] = FPL("login-times-sent");
137 FPL("/tmp/boot-times-sent"); in SendBootTimesToUMA()
174 const FilePath::CharType kFirmwareBootTime[] = FPL("firmware-boot-time"); in GetBootTimes()
175 const FilePath::CharType kPreStartup[] = FPL("pre-startup"); in GetBootTimes()
176 const FilePath::CharType kChromeExec[] = FPL("chrome-exec"); in GetBootTimes()
177 const FilePath::CharType kChromeMain[] = FPL("chrome-main"); in GetBootTimes()
178 const FilePath::CharType kXStarted[] = FPL("x-started"); in GetBootTimes()
179 const FilePath::CharType kLoginPromptReady[] = FPL("login-prompt-ready"); in GetBootTimes()
317 const FilePath kProcUptime(FPL("/proc/uptime")); in GetCurrentStats()
318 const FilePath kDiskStat(FPL("/sys/block/sda/stat")); in GetCurrentStats()