Home | History | Annotate | Download | only in files

Lines Matching full:filepath

40 FilePath ResolvePath(const FilePath& path) {
43 std::vector<FilePath::StringType> component_vector;
45 std::list<FilePath::StringType>
48 FilePath result;
51 FilePath component(*components.begin());
54 FilePath current;
61 FilePath target;
65 std::vector<FilePath::StringType> target_components;
85 bool FilePathWatcherFSEvents::Watch(const FilePath& path,
130 std::vector<FilePath> paths;
137 paths.push_back(FilePath(
167 const std::vector<FilePath>& paths) {
175 void FilePathWatcherFSEvents::DispatchEvents(const std::vector<FilePath>& paths,
176 const FilePath& target,
177 const FilePath& resolved_target) {
185 for (const FilePath& path : paths) {
251 FilePath resolved = ResolvePath(target_).StripTrailingSeparators();
261 void FilePathWatcherFSEvents::ReportError(const FilePath& target) {
276 const FilePath& path) {