Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsetup.cc356 dotfile_settings_(&build_settings_, std::string()), in Setup()
357 dotfile_scope_(&dotfile_settings_) { in Setup()
358 dotfile_settings_.set_toolchain_label(Label()); in Setup()
574 Scope arg_scope(&dotfile_settings_); in FillArgsFromArgsInputFile()
Dsetup.h183 Settings dotfile_settings_; variable