Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher_kqueue.cc62 fd = FileDescriptorForPath(built_path); in EventsForPath()
80 uintptr_t FilePathWatcherKQueue::FileDescriptorForPath(const FilePath& path) { in FileDescriptorForPath() function in base::FilePathWatcherKQueue
139 uintptr_t have_access = FileDescriptorForPath(next_event_data->path_); in HandleAttributesChange()
182 next_event->ident = FileDescriptorForPath(next_event_data->path_); in HandleCreateItemChange()
219 events_[valid].ident = FileDescriptorForPath(event_data->path_); in UpdateWatches()
Dfile_path_watcher_kqueue.h105 static uintptr_t FileDescriptorForPath(const FilePath& path);