OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oobe_complete_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
startup_utils.cc
96
base::FilePath
oobe_complete_path
= GetOobeCompleteFlagPath();
local
97
if (!base::PathExists(
oobe_complete_path
)) {
98
FILE* oobe_flag_file = base::OpenFile(
oobe_complete_path
, "w+b");
100
DLOG(WARNING) <<
oobe_complete_path
.value() << " doesn't exist.";
/external/chromium/chrome/browser/chromeos/login/
wizard_controller.cc
725
FilePath
oobe_complete_path
(kOobeCompleteFlagFilePath);
726
if (!file_util::PathExists(
oobe_complete_path
)) {
727
FILE* oobe_flag_file = file_util::OpenFile(
oobe_complete_path
, "w+b");
Completed in 91 milliseconds