Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher_fsevents.cc54 std::vector<FilePath::StringType> target_components; in ResolvePath() local
55 target.GetComponents(&target_components); in ResolvePath()
56 components.insert(components.begin(), target_components.begin(), in ResolvePath()
57 target_components.end()); in ResolvePath()