Searched refs:target_components (Results 1 – 1 of 1) sorted by relevance
54 std::vector<FilePath::StringType> target_components; in ResolvePath() local55 target.GetComponents(&target_components); in ResolvePath()56 components.insert(components.begin(), target_components.begin(), in ResolvePath()57 target_components.end()); in ResolvePath()