Searched refs:dotfile_name_ (Results 1 – 2 of 2) sorted by relevance
286 dotfile_name_ = root_path.Append(kGnFile); in FillSourceDir()290 dotfile_name_ = FindDotFile(cur_dir); in FillSourceDir()291 if (dotfile_name_.empty()) { in FillSourceDir()298 root_path = dotfile_name_.DirName(); in FillSourceDir()331 scheduler_.Log("Got dotfile", FilePathToUTF8(dotfile_name_)); in RunConfigFile()334 if (!dotfile_input_file_->Load(dotfile_name_)) { in RunConfigFile()336 "The file \"" + FilePathToUTF8(dotfile_name_) + "\" cound't be loaded") in RunConfigFile()391 "Your .gn file (\"" + FilePathToUTF8(dotfile_name_) + "\")\n" in FillOtherConfig()
110 base::FilePath dotfile_name_; variable