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.cc65 std::vector<FilePath::StringType> target_components; in ResolvePath() local
66 target.GetComponents(&target_components); in ResolvePath()
67 components.insert(components.begin(), target_components.begin(), in ResolvePath()
68 target_components.end()); in ResolvePath()
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem.py725 target_components = self.GetPathComponents(link_path)
726 path_components = target_components + path_components
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
Dfake_filesystem.py743 target_components = self.GetPathComponents(link_path)
744 path_components = target_components + path_components