Home
last modified time | relevance | path

Searched refs:FilePathWatcherKQueue (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/files/
H A Dfile_path_watcher_kqueue.cc33 FilePathWatcherKQueue::FilePathWatcherKQueue() : kqueue_(-1) {} in FilePathWatcherKQueue() function in base::FilePathWatcherKQueue
35 FilePathWatcherKQueue::~FilePathWatcherKQueue() { in ~FilePathWatcherKQueue()
39 void FilePathWatcherKQueue::ReleaseEvent(struct kevent& event) { in ReleaseEvent()
46 size_t FilePathWatcherKQueue::EventsForPath(FilePath path, in EventsForPath()
88 size_t FilePathWatcherKQueue::EventForItem(const FilePath& path, in EventForItem()
104 uintptr_t FilePathWatcherKQueue::FileDescriptorForPath(const FilePath& path) { in FileDescriptorForPath()
112 void FilePathWatcherKQueue::CloseFileDescriptor(uintptr_t* fd) { in CloseFileDescriptor()
123 bool FilePathWatcherKQueue::AreKeventValuesValid(struct kevent* kevents, in AreKeventValuesValid()
157 void FilePathWatcherKQueue::HandleAttributesChange( in HandleAttributesChange()
181 void FilePathWatcherKQueue::HandleDeleteOrMoveChange( in HandleDeleteOrMoveChange()
[all …]
H A Dfile_path_watcher_kqueue.h30 class FilePathWatcherKQueue : public FilePathWatcher::PlatformDelegate {
32 FilePathWatcherKQueue();
33 FilePathWatcherKQueue(const FilePathWatcherKQueue&) = delete;
34 FilePathWatcherKQueue& operator=(const FilePathWatcherKQueue&) = delete;
35 ~FilePathWatcherKQueue() override;
H A Dfile_path_watcher_mac.cc39 impl_ = std::make_unique<FilePathWatcherKQueue>(); in Watch()
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path_watcher_kqueue.cc27 FilePathWatcherKQueue::FilePathWatcherKQueue() : kqueue_(-1) {} in FilePathWatcherKQueue() function in base::FilePathWatcherKQueue
29 FilePathWatcherKQueue::~FilePathWatcherKQueue() { in ~FilePathWatcherKQueue()
33 void FilePathWatcherKQueue::ReleaseEvent(struct kevent& event) { in ReleaseEvent()
40 int FilePathWatcherKQueue::EventsForPath(FilePath path, EventVector* events) { in EventsForPath()
81 uintptr_t FilePathWatcherKQueue::FileDescriptorForPath(const FilePath& path) { in FileDescriptorForPath()
88 void FilePathWatcherKQueue::CloseFileDescriptor(uintptr_t* fd) { in CloseFileDescriptor()
99 bool FilePathWatcherKQueue::AreKeventValuesValid(struct kevent* kevents, in AreKeventValuesValid()
133 void FilePathWatcherKQueue::HandleAttributesChange( in HandleAttributesChange()
157 void FilePathWatcherKQueue::HandleDeleteOrMoveChange( in HandleDeleteOrMoveChange()
173 void FilePathWatcherKQueue::HandleCreateItemChange( in HandleCreateItemChange()
[all …]
H A Dfile_path_watcher_kqueue.h31 class FilePathWatcherKQueue : public FilePathWatcher::PlatformDelegate {
33 FilePathWatcherKQueue();
34 ~FilePathWatcherKQueue() override;
120 DISALLOW_COPY_AND_ASSIGN(FilePathWatcherKQueue);