Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/files/
H A Dfile_path_watcher_kqueue.cc69 fd = FileDescriptorForPath(built_path); in EventsForPath()
95 EV_SET(&event, FileDescriptorForPath(path), EVFILT_VNODE, in EventForItem()
104 uintptr_t FilePathWatcherKQueue::FileDescriptorForPath(const FilePath& path) { in FileDescriptorForPath() function in base::FilePathWatcherKQueue
164 uintptr_t have_access = FileDescriptorForPath(next_event_data->path_); in HandleAttributesChange()
207 next_event->ident = FileDescriptorForPath(next_event_data->path_); in HandleCreateItemChange()
246 events_[valid].ident = FileDescriptorForPath(event_data->path_); in UpdateWatches()
H A Dfile_path_watcher_kqueue.h100 static uintptr_t FileDescriptorForPath(const FilePath& path);
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path_watcher_kqueue.cc63 fd = FileDescriptorForPath(built_path); in EventsForPath()
81 uintptr_t FilePathWatcherKQueue::FileDescriptorForPath(const FilePath& path) { in FileDescriptorForPath() function in base::FilePathWatcherKQueue
140 uintptr_t have_access = FileDescriptorForPath(next_event_data->path_); in HandleAttributesChange()
183 next_event->ident = FileDescriptorForPath(next_event_data->path_); in HandleCreateItemChange()
220 events_[valid].ident = FileDescriptorForPath(event_data->path_); in UpdateWatches()
H A Dfile_path_watcher_kqueue.h95 static uintptr_t FileDescriptorForPath(const FilePath& path);