HomeSort by relevance Sort by last modified time
    Searched defs:access (Results 1 - 25 of 1251) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
access.cpp 32 int access(const char* path, int mode) { function
  /prebuilts/go/darwin-x86/src/runtime/
stubs_android.go 5 // Return values of access/connect/socket are the return values of the syscall
8 // int access(const char *, int)
10 func access(name *byte, mode int32) int32 func
  /prebuilts/go/linux-x86/src/runtime/
stubs_android.go 5 // Return values of access/connect/socket are the return values of the syscall
8 // int access(const char *, int)
10 func access(name *byte, mode int32) int32 func
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
universal_unistd.h 24 #define access _access macro