Home
last modified time | relevance | path

Searched refs:target_components (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile_path_watcher_fsevents.cc52 std::vector<FilePath::StringType> target_components; in ResolvePath() local
53 target.GetComponents(&target_components); in ResolvePath()
54 components.insert(components.begin(), target_components.begin(), in ResolvePath()
55 target_components.end()); in ResolvePath()
/external/libcxx/utils/libcxx/test/
Dconfig.py400 target_components = self.config.target_triple.split('-')
401 for component in target_components:
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py1846 target_components = self._path_components(link_path)
1847 path_components = target_components + path_components