Home | History | Annotate | Download | only in chromeos

Lines Matching refs:FPL

32 #define FPL(value) FILE_PATH_LITERAL(value)
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");
174 const FilePath::CharType kFirmwareBootTime[] = FPL("firmware-boot-time");
175 const FilePath::CharType kPreStartup[] = FPL("pre-startup");
176 const FilePath::CharType kChromeExec[] = FPL("chrome-exec");
177 const FilePath::CharType kChromeMain[] = FPL("chrome-main");
178 const FilePath::CharType kXStarted[] = FPL("x-started");
179 const FilePath::CharType kLoginPromptReady[] = FPL("login-prompt-ready");
317 const FilePath kProcUptime(FPL("/proc/uptime"));
318 const FilePath kDiskStat(FPL("/sys/block/sda/stat"));