OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inotify
(Results
101 - 125
of
140
) sorted by null
1
2
3
4
5
6
/frameworks/base/core/jni/
android_util_FileObserver.cpp
33
#include <sys/
inotify
.h>
/external/selinux/restorecond/
restorecond.c
46
#include <sys/
inotify
.h>
user.c
28
#include <sys/
inotify
.h>
watch.c
2
#include <sys/
inotify
.h>
168
Inotify
watch loop
/external/ltp/testcases/kernel/syscalls/inotify/
inotify01.c
26
* Check that
inotify
work for a file
42
#include "
inotify
.h"
45
#include <sys/
inotify
.h>
221
"
inotify
is not configured in this kernel.");
258
tst_brkm(TCONF, NULL, "system doesn't have required
inotify
support");
inotify03.c
26
* Check that
inotify
get IN_UNMOUNT event and
46
#include "
inotify
.h"
52
#include <sys/
inotify
.h>
222
"
inotify
is not configured in this kernel.");
256
tst_brkm(TCONF, NULL, "system doesn't have required
inotify
support");
inotify04.c
35
* Because of how the
inotify
(7) API is designed, we also need to catch the
43
#include <sys/
inotify
.h>
49
#include "
inotify
.h"
123
"
inotify
is not configured in this kernel.");
176
* This isn't well documented in
inotify
(7), but it's intuitive if you
266
tst_brkm(TCONF, NULL, "system doesn't have required
inotify
support");
inotify05.c
22
* Check that
inotify
overflow event is properly generated
39
#include "
inotify
.h"
46
#include <sys/
inotify
.h>
173
"
inotify
is not configured in this kernel.");
187
SAFE_FILE_SCANF(cleanup, "/proc/sys/fs/
inotify
/max_queued_events",
209
tst_brkm(TCONF, NULL, "system doesn't have required
inotify
support");
inotify02.c
26
* Check that
inotify
work for a directory
43
#include "
inotify
.h"
46
#include <sys/
inotify
.h>
293
"
inotify
is not configured in this kernel.");
330
tst_brkm(TCONF, NULL, "system doesn't have required
inotify
support");
/frameworks/base/libs/usb/tests/accessorytest/
hid.c
30
#include <sys/
inotify
.h>
/hardware/libhardware/modules/sensors/dynamic_sensor/
ConnectionDetector.cpp
24
#include <sys/
inotify
.h>
116
ALOGE("Cannot init
inotify
");
165
//
inotify
adds paddings to guarantee the next read is aligned
/libcore/ojluni/src/main/native/
LinuxWatchService.c
36
#include <sys/
inotify
.h>
/device/asus/fugu/libaudio/
AudioHotplugThread.cpp
25
#include <sys/
inotify
.h>
350
//
inotify
event occurs. Add a delay to avoid these
/device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp
23
#include <sys/
inotify
.h>
105
ALOGV("%s: Initializing
inotify
", __FUNCTION__);
153
ALOGE("%s: Error reading from
inotify
FD, error: '%s' (%d)",
160
ALOGV("%s: Read %d bytes from
inotify
FD", __FUNCTION__, length);
187
* NOTE: we carefully avoid getting an
inotify
189
* read-only, but our
inotify
is for write-only
/external/strace/
Android.mk
72
inotify
.c \
/external/toybox/toys/posix/
tail.c
34
#include <sys/
inotify
.h>
253
if (sizeof(ev)!=read(TT.ffd, &ev, sizeof(ev))) perror_exit("
inotify
");
/external/walt/android/WALT/app/src/main/jni/
sync_clock.c
27
#include <sys/
inotify
.h>
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
ipa_nat_drvi.h
40
#include <sys/
inotify
.h>
/device/google/contexthub/contexthubhal/
nanohubhal.cpp
22
#include <sys/
inotify
.h>
117
ALOGE("Couldn't initialize
inotify
: %s", strerror(errno));
119
ALOGE("Couldn't add
inotify
watch: %s", strerror(errno));
133
ALOGD("Discarded %d bytes of
inotify
data", ret);
138
// While the lock file exists, poll on the
inotify
fd (with timeout)
/frameworks/base/services/core/jni/
com_android_server_tv_TvUinputBridge.cpp
42
#include <sys/
inotify
.h>
/bootable/recovery/
fuse_sideload.cpp
54
#include <sys/
inotify
.h>
/system/core/adb/
adb_auth_host.cpp
24
#include <sys/
inotify
.h>
214
//
inotify
isn't recursive. It would break expectations to load keys in nested
350
LOG(INFO) << "done reading
inotify
fd";
353
PLOG(FATAL) << "read of
inotify
event failed";
364
LOG(FATAL) << "observed
inotify
event for unmonitored path, wd = " << event->wd;
395
PLOG(ERROR) << "failed to create
inotify
fd";
/system/core/sdcard/
sdcard.cpp
24
#include <sys/
inotify
.h>
147
PLOG(ERROR) << "failed to read
inotify
event";
150
LOG(ERROR) << "failed to read
inotify
event: read " << res << " expected "
159
DLOG(INFO) << "
inotify
event: " << std::hex << event->mask << std::dec;
/prebuilts/go/darwin-x86/src/syscall/
types_linux.go
30
#include <sys/
inotify
.h>
374
//
Inotify
/prebuilts/go/linux-x86/src/syscall/
types_linux.go
30
#include <sys/
inotify
.h>
374
//
Inotify
Completed in 292 milliseconds
1
2
3
4
5
6