Home
last modified time | relevance | path

Searched refs:oobe_complete_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
Dstartup_utils.cc96 base::FilePath oobe_complete_path = GetOobeCompleteFlagPath(); in CreateOobeCompleteFlagFile() local
97 if (!base::PathExists(oobe_complete_path)) { in CreateOobeCompleteFlagFile()
98 FILE* oobe_flag_file = base::OpenFile(oobe_complete_path, "w+b"); in CreateOobeCompleteFlagFile()
100 DLOG(WARNING) << oobe_complete_path.value() << " doesn't exist."; in CreateOobeCompleteFlagFile()
/external/chromium/chrome/browser/chromeos/login/
Dwizard_controller.cc725 FilePath oobe_complete_path(kOobeCompleteFlagFilePath); in CreateOobeCompleteFlagFile() local
726 if (!file_util::PathExists(oobe_complete_path)) { in CreateOobeCompleteFlagFile()
727 FILE* oobe_flag_file = file_util::OpenFile(oobe_complete_path, "w+b"); in CreateOobeCompleteFlagFile()