OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inotify_add_watch
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/arch-arm/syscalls/
inotify_add_watch.S
6
ENTRY(
inotify_add_watch
)
function
15
END(
inotify_add_watch
)
/bionic/libc/arch-mips/syscalls/
inotify_add_watch.S
4
.globl
inotify_add_watch
6
.ent
inotify_add_watch
8
inotify_add_watch
:
label
22
.end
inotify_add_watch
/bionic/libc/arch-x86/syscalls/
inotify_add_watch.S
6
ENTRY(
inotify_add_watch
)
function
27
END(
inotify_add_watch
)
/external/kernel-headers/original/linux/
inotify.h
121
extern __s32
inotify_add_watch
(struct inotify_handle *, struct inotify_watch *,
192
static inline __s32
inotify_add_watch
(struct inotify_handle *ih,
function
Completed in 155 milliseconds