Home | History | Annotate | Download | only in arch-mips

Lines Matching refs:native_flags

47     int native_flags = 0;
52 native_flags |= IN_NONBLOCK;
56 native_flags |= IN_CLOEXEC;
59 ALOGV("%s: return(native_flags:%d); }", __func__, native_flags);
60 return native_flags;
66 int native_flags;
72 native_flags = in_flags_pton(portable_flags);
74 rv = syscall(__NR_inotify_init1, native_flags);
76 if (native_flags & IN_CLOEXEC) {