Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dbuild_settings.h78 return arg_file_template_path_; in arg_file_template_path()
81 arg_file_template_path_ = f; in set_arg_file_template_path()
149 SourceFile arg_file_template_path_; variable
Dbuild_settings.cc22 arg_file_template_path_(other.arg_file_template_path_), in BuildSettings()