Home
last modified time | relevance | path

Searched refs:build_dir_ (Results 1 – 7 of 7) sorted by relevance

/third_party/gn/src/gn/
Dbuild_settings.cc24 build_dir_(other.build_dir_), in BuildSettings()
42 build_dir_ = d; in SetBuildDir()
Dinnerapis_publicinfo_generator.h45 std::string build_dir_; variable
51 build_dir_ = build_dir; in InnerApiPublicInfoGenerator()
Dbuild_settings.h95 const SourceDir& build_dir() const { return build_dir_; } in build_dir()
160 SourceDir build_dir_; variable
Dohos_components_checker.cc313 build_dir_ = build_dir; in OhosComponentChecker()
320 RemoveScanOutDir(build_dir_ + "/" + SCAN_RESULT_PATH); in OhosComponentChecker()
326 CreateScanOutDir(build_dir_ + "/" + SCAN_RESULT_PATH); in GenerateScanList()
328 file.open(build_dir_ + "/" + SCAN_RESULT_PATH + "/" + path, std::ios::app); in GenerateScanList()
Dohos_components_checker.h60 std::string build_dir_; variable
Dinnerapis_publicinfo_generator.cc347 …const std::string dir = build_dir_ + "/" + component->subsystem() + "/" + component->name() + "/pu… in GeneratedInnerapiPublicInfo()
/third_party/ninja/src/
Dninja.cc107 string build_dir_; member
1018 if (!build_dir_.empty()) in ToolRestat()
1019 log_path = build_dir_ + "/" + log_path; in ToolRestat()
1235 if (!build_dir_.empty()) in OpenBuildLog()
1236 log_path = build_dir_ + "/" + log_path; in OpenBuildLog()
1274 if (!build_dir_.empty()) in OpenDepsLog()
1275 path = build_dir_ + "/" + path; in OpenDepsLog()
1320 build_dir_ = state_.bindings_.LookupVariable("builddir"); in EnsureBuildDirExists()
1321 if (!build_dir_.empty() && !config_.dry_run) { in EnsureBuildDirExists()
1322 if (!disk_interface_.MakeDirs(build_dir_ + "/.") && errno != EEXIST) { in EnsureBuildDirExists()
[all …]