Home | History | Annotate | Download | only in files

Lines Matching refs:components

31 // to path components. Unfortunately FSEvents appears to have an issue where the
150 std::vector<FilePath::StringType> components;
151 path.GetComponents(&components);
153 if (components.size() < 1) {
160 for(std::vector<FilePath::StringType>::iterator i = components.begin();
161 i != components.end(); ++i) {
162 if (i == components.begin()) {
176 FilePath::StringType subdir = (i != (components.end() - 1)) ? *(i + 1) : "";
299 // Then check to see if new components in the path have been created.
300 // Repeat until no new components in the path are detected.