Searched refs:root_target_label (Results 1 – 4 of 4) sorted by relevance
856 Label root_target_label(current_dir, ""); in FillOtherConfig() local911 root_target_label = Label::Resolve(current_dir, std::string_view(), Label(), in FillOtherConfig()927 root_target_label = Label::Resolve(current_dir, std::string_view(), in FillOtherConfig()936 root_build_file_ = loader_->BuildFileForLabel(root_target_label); in FillOtherConfig()937 build_settings_.SetRootTargetLabel(root_target_label); in FillOtherConfig()
35 const Label& root_target_label() const { return root_target_label_; } in root_target_label() function
496 if (label.dir() == build_settings_->root_target_label().dir() &&
902 if (label.dir() != settings->build_settings()->root_target_label().dir()) { in RunPool()