Searched refs:mode_t (Results 51 - 75 of 123) sorted by relevance

12345

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.h146 int open_flags, mode_t mode);
148 int open_flags, mode_t mode,
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dfuse_fs_test.cc38 mode_t mode;
107 int testfs_create(const char* path, mode_t mode, struct fuse_file_info* fi) {
181 int testfs_chmod(const char* path, mode_t mode) {
H A Dkernel_object_test.cc36 mode_t mode, ScopedNode* out_node) {
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_syscall.c107 static int ts_fchmod(int fd, mode_t mode);
153 #define orig_fchmod ((int(*)(int,mode_t))aSyscall[14].xOrig)
356 static int ts_fchmod(int fd, mode_t mode){
/external/bison/lib/
H A Dspawn.in.h784 const char *_Restrict_ __path, int __oflag, mode_t __mode)
789 const char *_Restrict_ __path, int __oflag, mode_t __mode));
795 const char *_Restrict_ __path, int __oflag, mode_t __mode)
801 const char *_Restrict_ __path, int __oflag, mode_t __mode));
H A Dspawn-pipe.c78 nonintr_open (const char *pathname, int oflag, mode_t mode)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Ddir_node.cc72 Error DirNode::Fchmod(mode_t mode) {
H A Dkernel_intercept.cc186 int ki_chmod(const char* path, mode_t mode) {
196 int ki_fchmod(int fd, mode_t mode) {
206 int ki_mkdir(const char* path, mode_t mode) {
230 int ki_open(const char* path, int oflag, mode_t mode) {
H A Dkernel_object.cc102 int oflags, mode_t mflags,
H A Dnode.cc183 Error Node::Fchmod(mode_t mode) {
/external/clang/include/clang/Basic/
H A DFileManager.h33 typedef unsigned short mode_t; typedef
/external/oprofile/libutil++/
H A Dfile_manip.cpp47 mode_t mode = buf.st_mode & ~S_IFMT;
/external/yaffs2/yaffs2/direct/
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);
/external/libselinux/src/
H A Dlabel_file.c33 mode_t mode; /* mode format value */
583 mode_t mode = (mode_t)type;
/external/qemu/distrib/libselinux/src/
H A Dlabel_file.c32 mode_t mode; /* mode format value */
579 mode_t mode = (mode_t)type;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.cc60 Error FuseFs::OpenWithMode(const Path& path, int open_flags, mode_t mode,
264 Error FuseFsNode::Fchmod(mode_t mode) {
/external/bison/darwin-lib/
H A Dspawn.h1096 const char *_Restrict_ __path, int __oflag, mode_t __mode)
1101 const char *_Restrict_ __path, int __oflag, mode_t __mode));
1107 const char *_Restrict_ __path, int __oflag, mode_t __mode)
1113 const char *_Restrict_ __path, int __oflag, mode_t __mode));
/external/bison/linux-lib/
H A Dspawn.h1096 const char *_Restrict_ __path, int __oflag, mode_t __mode)
1101 const char *_Restrict_ __path, int __oflag, mode_t __mode));
1107 const char *_Restrict_ __path, int __oflag, mode_t __mode)
1113 const char *_Restrict_ __path, int __oflag, mode_t __mode));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs.cc78 Error MemFs::OpenWithMode(const Path& path, int open_flags, mode_t mode,
/external/elfutils/0.153/libelf/
H A Dlibelf.h159 mode_t ar_mode; /* File mode. */
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dutil.c32 int mkdir_p(char *path, mode_t mode)
H A Dutil.h242 int mkdir_p(char *path, mode_t mode);
/external/strace/
H A Dfile.c139 # undef mode_t macro
147 # define mode_t __kernel_mode_t macro
158 # undef mode_t macro
166 # define mode_t mode_t macro
251 sprint_open_modes(mode_t flags)
288 tprint_open_modes(mode_t flags)
/external/chromium_org/base/memory/
H A Dshared_memory_unittest.cc555 explicit ScopedUmaskSetter(mode_t target_mask) {
560 mode_t old_umask_;
/external/chromium_org/v8/src/
H A Dd8-posix.cc589 static bool mkdirp(Isolate* isolate, char* directory, mode_t mask) {
618 mode_t mask = 0777;

Completed in 1559 milliseconds

12345