HomeSort by relevance Sort by last modified time
    Searched refs:subdir_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/files/
file_path_watcher_linux.cc 126 subdir_(subdir) {}
129 FilePath::StringType subdir_; member in struct:base::files::__anon3613::FilePathWatcherImpl::WatchEntry
145 // |target_| and always stores an empty next component name in |subdir_|.
341 bool change_on_target_path = child.empty() || child == watch_entry->subdir_;
344 DCHECK(watch_entry->subdir_.empty() || (watch_entry + 1) != watches_.end());
345 bool target_changed = watch_entry->subdir_.empty() ||
346 (watch_entry->subdir_ == child && (++watch_entry)->subdir_.empty());
449 path = path.Append(watch_entry->subdir_);
file_path_watcher_mac.cc 66 : path_(path), subdir_(subdir) { }
68 FilePath::StringType subdir_; // Path to any sub item. member in class:base::files::__anon3614::FilePathWatcherImpl::EventData
290 if (next_event_data->subdir_.empty()) {
327 if (event_data->subdir_.empty()) {
386 bool target_file_affected = event_data->subdir_.empty();

Completed in 713 milliseconds