OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FilePathWatcherKQueue
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/files/
file_path_watcher_kqueue.h
30
class
FilePathWatcherKQueue
: public FilePathWatcher::PlatformDelegate,
34
FilePathWatcherKQueue
();
50
~
FilePathWatcherKQueue
() override;
128
DISALLOW_COPY_AND_ASSIGN(
FilePathWatcherKQueue
);
file_path_watcher_kqueue.cc
27
FilePathWatcherKQueue
::
FilePathWatcherKQueue
() : kqueue_(-1) {}
29
FilePathWatcherKQueue
::~
FilePathWatcherKQueue
() {}
31
void
FilePathWatcherKQueue
::ReleaseEvent(struct kevent& event) {
38
int
FilePathWatcherKQueue
::EventsForPath(FilePath path, EventVector* events) {
80
uintptr_t
FilePathWatcherKQueue
::FileDescriptorForPath(const FilePath& path) {
87
void
FilePathWatcherKQueue
::CloseFileDescriptor(uintptr_t* fd) {
98
bool
FilePathWatcherKQueue
::AreKeventValuesValid(struct kevent* kevents,
132
void
FilePathWatcherKQueue
::HandleAttributesChange
[
all
...]
Completed in 420 milliseconds