Searched refs:force_create (Results 1 – 2 of 2) sorted by relevance
/third_party/gn/src/gn/ |
D | setup.h | 54 bool DoSetup(const std::string& build_dir, bool force_create); 56 bool force_create, 61 bool force_create,
|
D | setup.cc | 372 bool Setup::DoSetup(const std::string& build_dir, bool force_create) { in DoSetup() argument 373 return DoSetup(build_dir, force_create, in DoSetup() 378 bool force_create, in DoSetup() argument 381 if (!DoSetupWithErr(build_dir, force_create, cmdline, &err)) { in DoSetup() 390 bool force_create, in DoSetupWithErr() argument 408 if (!FillBuildDir(build_dir, !force_create, err)) in DoSetupWithErr()
|