Searched refs:oobe_complete_path (Results 1 – 2 of 2) sorted by relevance
96 base::FilePath oobe_complete_path = GetOobeCompleteFlagPath(); in CreateOobeCompleteFlagFile() local97 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()
725 FilePath oobe_complete_path(kOobeCompleteFlagFilePath); in CreateOobeCompleteFlagFile() local726 if (!file_util::PathExists(oobe_complete_path)) { in CreateOobeCompleteFlagFile()727 FILE* oobe_flag_file = file_util::OpenFile(oobe_complete_path, "w+b"); in CreateOobeCompleteFlagFile()