OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inotify_init1
(Results
1 - 4
of
4
) sorted by null
/development/ndk/sources/android/libportable/common/include/
inotify_portable.h
47
extern int WRAP(
inotify_init1
)(int flags);
/development/ndk/sources/android/libportable/arch-mips/
inotify.c
64
int WRAP(
inotify_init1
)(int portable_flags) {
function
syscall.c
233
ret = WRAP(
inotify_init1
)(portable_flags);
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
[
all
...]
Completed in 260 milliseconds