|
Android-cuttlefish cvd tool
|
#include "inotify.h"#include <errno.h>#include <limits.h>#include <stdint.h>#include <string.h>#include <sys/inotify.h>#include <unistd.h>#include <string>#include <vector>#include "absl/log/log.h"
Namespaces | |
| namespace | cuttlefish |
Macros | |
| #define | INOTIFY_MAX_EVENT_SIZE (sizeof(struct inotify_event) + NAME_MAX + 1) |
Functions | |
| std::vector< std::string > | cuttlefish::GetCreatedFileListFromInotifyFd (int fd) |
| std::vector< std::string > | cuttlefish::GetFileListFromInotifyFd (int fd, uint32_t mask) |
| #define INOTIFY_MAX_EVENT_SIZE (sizeof(struct inotify_event) + NAME_MAX + 1) |