Searched refs:FileDescriptorForPath (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/files/
H A Dfile_path_watcher_mac.cc114 static int FileDescriptorForPath(const FilePath& path);
169 fd = FileDescriptorForPath(built_path);
187 int FilePathWatcherImpl::FileDescriptorForPath(const FilePath& path) { function in class:base::files::__anon1676::FilePathWatcherImpl
243 int have_access = FileDescriptorForPath(next_event_data->path_);
287 next_event->ident = FileDescriptorForPath(next_event_data->path_);
324 events_[valid].ident = FileDescriptorForPath(event_data->path_);
/external/chromium_org/base/files/
H A Dfile_path_watcher_kqueue.cc126 static uintptr_t FileDescriptorForPath(const FilePath& path);
183 fd = FileDescriptorForPath(built_path);
201 uintptr_t FilePathWatcherImpl::FileDescriptorForPath(const FilePath& path) { function in class:base::__anon3769::FilePathWatcherImpl
260 uintptr_t have_access = FileDescriptorForPath(next_event_data->path_);
303 next_event->ident = FileDescriptorForPath(next_event_data->path_);
340 events_[valid].ident = FileDescriptorForPath(event_data->path_);

Completed in 240 milliseconds