HomeSort by relevance Sort by last modified time
    Searched full:native_cmd (Results 1 - 1 of 1) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 74 int native_cmd; local
79 native_cmd = F_DUPFD;
83 native_cmd = F_GETFD;
87 native_cmd = F_SETFD;
91 native_cmd = F_GETFL;
95 native_cmd = F_SETFL;
99 native_cmd = F_GETLK;
103 native_cmd = F_SETLK;
107 native_cmd = F_SETLKW;
111 native_cmd = F_SETOWN
    [all...]

Completed in 51 milliseconds