Home | History | Annotate | Download | only in chromeos

Lines Matching refs:FPL

76 #define FPL(value) FILE_PATH_LITERAL(value)
79 static const base::FilePath::CharType kLogPath[] = FPL("/tmp");
82 FPL("/home/chronos/user");
84 static const base::FilePath::CharType kUptimePrefix[] = FPL("uptime-");
86 static const base::FilePath::CharType kDiskPrefix[] = FPL("disk-");
88 static const base::FilePath::CharType kChromeMain[] = FPL("chrome-main");
95 static const base::FilePath::CharType kLoginSuccess[] = FPL("login-success");
97 FPL("chrome-first-render");
106 static const base::FilePath::CharType kLoginTimes[] = FPL("login-times");
260 const base::FilePath kProcUptime(FPL("/proc/uptime"));
261 const base::FilePath kDiskStat(FPL("/sys/block/sda/stat"));