Searched refs:build_dir_ (Results 1 – 7 of 7) sorted by relevance
24 build_dir_(other.build_dir_), in BuildSettings()42 build_dir_ = d; in SetBuildDir()
45 std::string build_dir_; variable51 build_dir_ = build_dir; in InnerApiPublicInfoGenerator()
95 const SourceDir& build_dir() const { return build_dir_; } in build_dir()160 SourceDir build_dir_; variable
313 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()
60 std::string build_dir_; variable
347 …const std::string dir = build_dir_ + "/" + component->subsystem() + "/" + component->name() + "/pu… in GeneratedInnerapiPublicInfo()
107 string build_dir_; member1018 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 …]