Searched refs:target_components (Results 1 – 3 of 3) sorted by relevance
52 std::vector<FilePath::StringType> target_components; in ResolvePath() local53 target.GetComponents(&target_components); in ResolvePath()54 components.insert(components.begin(), target_components.begin(), in ResolvePath()55 target_components.end()); in ResolvePath()
400 target_components = self.config.target_triple.split('-')401 for component in target_components:
1846 target_components = self._path_components(link_path)1847 path_components = target_components + path_components