Searched refs:mode_t (Results 1 - 25 of 73) sorted by last modified time

123

/external/yaffs2/yaffs2/direct/
H A Ddtest.c591 static void PermissionsCheck(const char *path, mode_t tmode, int tflags,int expectedResult)
624 mode_t temp_mode;
883 mode_t temp_mode;
H A Dyaffsfs.c928 static int yaffsfs_DoChMod(yaffs_Object *obj,mode_t mode)
948 int yaffs_chmod(const char *path, mode_t mode)
974 int yaffs_fchmod(int fd, mode_t mode)
999 int yaffs_mkdir(const char *path, mode_t mode)
1470 int yaffs_mknod(const char *pathname, mode_t mode, dev_t dev);
H A Dyaffsfs.h16 //typedef unsigned long mode_t;
162 mode_t st_mode; /* protection */
189 int yaffs_chmod(const char *path, mode_t mode);
190 int yaffs_fchmod(int fd, mode_t mode);
192 int yaffs_mkdir(const char *path, mode_t mode) ;
207 int yaffs_mknod(const char *pathname, mode_t mode, dev_t dev);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebCookieJar.cpp140 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP;
/external/webkit/Source/WebKit/android/jni/
H A DWebIconDatabase.cpp188 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP;
/external/valgrind/main/drd/
H A Ddrd_pthread_intercepts.c972 sem_t* sem_open_intercept(const char *name, int oflag, mode_t mode,
988 (const char *name, int oflag, mode_t mode, unsigned int value),
/external/valgrind/main/include/vki/
H A Dvki-darwin.h53 #define vki_mode_t mode_t
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c265 typedef __mode_t mode_t; typedef
/external/valgrind/tsan/
H A Dts_valgrind_intercepts.c1916 argument: mode, which is of type mode_t, and value, which is of
1921 mode_t mode, unsigned int value) {
1941 mode_t mode, unsigned int value) { /* sem_open */
1948 mode_t mode, unsigned int value) { /* sem_open@* */
/external/v8/src/
H A Dd8-posix.cc548 mode_t mask = args[0]->Int32Value();
573 static bool mkdirp(char* directory, mode_t mask) {
602 mode_t mask = 0777;
/external/sqlite/dist/orig/
H A Dsqlite3.c25316 ** open(const char*,int,mode_t). Others use open(const char*,int,...).
25416 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
25432 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
25441 #define osUmask ((mode_t(*)(mode_t))aSyscall[21].pCurrent)
25545 static int robust_open(const char *z, int f, mode_t m){
25547 mode_t m2;
25548 mode_t origM = 0;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25316 ** open(const char*,int,mode_t). Others use open(const char*,int,...).
25427 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
25443 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
25452 #define osUmask ((mode_t(*)(mode_t))aSyscall[21].pCurrent)
25556 static int robust_open(const char *z, int f, mode_t m){
25558 mode_t m2;
25559 mode_t origM = 0;
[all...]
/external/strace/
H A Ddefs.h569 extern void tprint_open_modes(mode_t);
570 extern const char *sprint_open_modes(mode_t);
H A Dfile.c147 # undef mode_t macro
156 # define mode_t __kernel_mode_t macro
167 # undef mode_t macro
176 # define mode_t mode_t macro
416 sprint_open_modes(mode_t flags)
453 tprint_open_modes(mode_t flags)
/external/oprofile/daemon/
H A Dopd_pipe.c29 mode_t orig_umask = umask(0111);
/external/oprofile/libutil++/
H A Dfile_manip.cpp47 mode_t mode = buf.st_mode & ~S_IFMT;
/external/ppp/pppd/
H A Deap.c1222 mode_t modebits;
H A Dtty.c129 mode_t tty_mode = (mode_t)-1; /* Original access permissions to tty */
841 if (tty_mode != (mode_t) -1) {
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c594 mode_t mask;
H A Duds_daemon.c4022 mode_t mask = umask(0);
/external/mksh/src/
H A Dfuncs.c1576 mode_t old_umask;
1588 old_umask = umask((mode_t)0);
1609 mode_t new_umask;
1623 old_umask = umask((mode_t)0);
2621 mode_t mode = 0, oldmode = 0;
2631 mode = getmode(set, (mode_t)(DEFFILEMODE));
2649 oldmode = umask((mode_t)0);
H A Dmisc.c1841 if (((sb.st_mode & 07777) != 0600) && chmod(fn, (mode_t)0600))
/external/openssh/
H A Dauth-krb5.c231 mode_t old_umask;
H A Dconfigure12455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mode_t" >&5
12456 $as_echo_n "checking for mode_t... " >&6; }
12467 mode_t foo; foo = 1235;
H A Ddefines.h330 typedef int mode_t; typedef

Completed in 890 milliseconds

123