OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUptimePrefix
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/
boot_times_loader.cc
37
static const FilePath::CharType
kUptimePrefix
[] = FPL("uptime-");
180
const FilePath::StringType uptime_prefix =
kUptimePrefix
;
240
log_path.Append(FilePath(
kUptimePrefix
+ name));
/external/chromium_org/chrome/browser/chromeos/
boot_times_loader.cc
84
static const base::FilePath::CharType
kUptimePrefix
[] = FPL("uptime-");
146
log_path.Append(base::FilePath(
kUptimePrefix
+ name));
Completed in 197 milliseconds