OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFirstRunSentinelFilePath
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/first_run/
first_run_internal.h
38
bool
GetFirstRunSentinelFilePath
(base::FilePath* path);
first_run_internal_posix.cc
48
return !
GetFirstRunSentinelFilePath
(&sentinel) || base::PathExists(sentinel);
first_run_internal_win.cc
142
if (!
GetFirstRunSentinelFilePath
(&sentinel) || base::PathExists(sentinel))
first_run.cc
550
bool
GetFirstRunSentinelFilePath
(base::FilePath* path) {
560
return
GetFirstRunSentinelFilePath
(&first_run_sentinel) &&
Completed in 360 milliseconds