Home | History | Annotate | Download | only in chromeos

Lines Matching refs:FPL

97 #define FPL(value) FILE_PATH_LITERAL(value)
100 static const base::FilePath::CharType kLogPath[] = FPL("/tmp");
103 FPL("/home/chronos/user");
105 static const base::FilePath::CharType kUptimePrefix[] = FPL("uptime-");
107 static const base::FilePath::CharType kDiskPrefix[] = FPL("disk-");
109 static const base::FilePath::CharType kChromeMain[] = FPL("chrome-main");
114 static const base::FilePath::CharType kLoginSuccess[] = FPL("login-success");
116 FPL("chrome-first-render");
127 static const base::FilePath::CharType kLoginTimes[] = FPL("login-times");
137 const base::FilePath kProcUptime(FPL("/proc/uptime"));
138 const base::FilePath kDiskStat(FPL("/sys/block/sda/stat"));