HomeSort by relevance Sort by last modified time
    Searched full:mode_t (Results 276 - 300 of 650) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
mman.h 38 typedef __mode_t mode_t; typedef
145 extern int shm_open (__const char *__name, int __oflag, mode_t __mode);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
mman.h 38 typedef __mode_t mode_t; typedef
145 extern int shm_open (__const char *__name, int __oflag, mode_t __mode);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
mman.h 38 typedef __mode_t mode_t; typedef
145 extern int shm_open (__const char *__name, int __oflag, mode_t __mode);
  /system/update_engine/payload_consumer/
file_descriptor.h 63 virtual bool Open(const char* path, int flags, mode_t mode) = 0;
121 bool Open(const char* path, int flags, mode_t mode) override;
  /bionic/libc/
SYSCALLS.TXT 125 int ___fchmod:fchmod(int, mode_t) all
141 int __openat:openat(int, const char*, int, mode_t) all
143 int ___fchmodat:fchmodat(int, const char*, mode_t) all
148 int mkdirat(int, const char*, mode_t) all
149 int mknodat(int, const char*, mode_t, dev_t) all
294 mode_t umask(mode_t) all
  /development/ndk/platforms/android-3/include/sys/
types.h 63 typedef __kernel_mode_t mode_t; typedef
  /external/bison/m4/
spawn_h.m4 37 dnl Ensure the type mode_t gets defined.
sys_stat_h.m4 19 dnl Ensure the type mode_t gets defined.
  /external/curl/src/
tool_dirhie.c 132 if(-1 == mkdir(dirbuildup, (mode_t)0000750)) {
  /external/ipsec-tools/src/racoon/
admin.h 42 extern mode_t adminsock_mode;
  /external/libselinux/src/
label_file.h 37 mode_t mode; /* mode format value */
89 static inline mode_t string_to_mode(char *mode)
464 mode_t mode = string_to_mode(type);
466 if (mode == (mode_t)-1) {
  /external/selinux/libselinux/utils/
matchpathcon.c 45 static mode_t string_to_mode(char *s)
selabel_lookup_best_match.c 33 static mode_t string_to_mode(char *s)
  /external/selinux/libsemanage/src/
semanage_store.h 155 int semanage_copy_file(const char *src, const char *dst, mode_t mode);
  /external/toybox/toys/other/
makedevs.c 79 } else mode |= (mode_t[]){S_IFIFO, S_IFCHR, S_IFBLK, 0, 0}[i];
  /libcore/luni/src/main/java/android/system/
StructStat.java 33 public final int st_mode; /*mode_t*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
mqueue.h 37 taken as a `mode_t', the mode of the created message queue, and the fourth
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
mqueue.h 37 taken as a `mode_t', the mode of the created message queue, and the fourth
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
types.h 63 typedef __kernel_mode_t mode_t; typedef
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
types.h 63 typedef __kernel_mode_t mode_t; typedef
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
types.h 63 typedef __kernel_mode_t mode_t; typedef
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
types.h 63 typedef __kernel_mode_t mode_t; typedef
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
types.h 63 typedef __kernel_mode_t mode_t; typedef
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
types.h 63 typedef __kernel_mode_t mode_t; typedef
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
types.h 63 typedef __kernel_mode_t mode_t; typedef

Completed in 537 milliseconds

<<11121314151617181920>>