HomeSort by relevance Sort by last modified time
    Searched defs:UNIX_PATH_MAX (Results 26 - 31 of 31) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
un.h 15 #define UNIX_PATH_MAX 108
19 char sun_path[UNIX_PATH_MAX];
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
un.h 15 #define UNIX_PATH_MAX 108
19 char sun_path[UNIX_PATH_MAX];
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
un.h 15 #define UNIX_PATH_MAX 108
19 char sun_path[UNIX_PATH_MAX];
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
un.h 15 #define UNIX_PATH_MAX 108
19 char sun_path[UNIX_PATH_MAX];
  /external/qemu/
sockets.c 44 # ifndef UNIX_PATH_MAX
45 # define UNIX_PATH_MAX (sizeof(((struct sockaddr_un*)0)->sun_path)-1)
548 if (slen >= UNIX_PATH_MAX)
611 end = memchr(src->sun_path, 0, UNIX_PATH_MAX);
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 48 # ifndef UNIX_PATH_MAX
49 # define UNIX_PATH_MAX (sizeof(((struct sockaddr_un*)0)->sun_path)-1)
553 if (slen >= (int)UNIX_PATH_MAX)
616 end = memchr(src->sun_path, 0, UNIX_PATH_MAX);
    [all...]

Completed in 801 milliseconds

12