Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsetup.h54 bool DoSetup(const std::string& build_dir, bool force_create);
56 bool force_create,
61 bool force_create,
Dsetup.cc372 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()