Android-cuttlefish cvd tool
|
#include <limits.h>
#include <string.h>
#include <sys/inotify.h>
#include <unistd.h>
#include <string>
#include <vector>
#include <android-base/logging.h>
#include "inotify.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) |