Searched refs:target_components (Results 1 – 3 of 3) sorted by relevance
65 std::vector<FilePath::StringType> target_components; in ResolvePath() local66 target.GetComponents(&target_components); in ResolvePath()67 components.insert(components.begin(), target_components.begin(), in ResolvePath()68 target_components.end()); in ResolvePath()
725 target_components = self.GetPathComponents(link_path)726 path_components = target_components + path_components
743 target_components = self.GetPathComponents(link_path)744 path_components = target_components + path_components