Searched refs:mode_t (Results 26 - 50 of 123) sorted by relevance

12345

/external/clang/test/Sema/
H A Denable_if.c5 typedef int mode_t; typedef
9 int open(const char *pathname, int flags, mode_t mode) __attribute__((overloadable)); // expected-note{{candidate function not viable: requires 3 arguments, but 2 were provided}}
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Ddir_node.h46 virtual Error Fchmod(mode_t mode);
H A Dkernel_intercept.h76 int ki_chmod(const char* path, mode_t mode);
78 int ki_fchmod(int fd, mode_t mode);
80 int ki_mkdir(const char* path, mode_t mode);
88 int ki_open(const char* path, int oflag, mode_t mode);
H A Dkernel_proxy.h70 virtual int open(const char* path, int open_flags, mode_t mode);
98 virtual int chmod(const char* path, mode_t mode);
99 virtual int mkdir(const char* path, mode_t mode);
110 virtual int fchmod(int fd, mode_t mode);
H A Dkernel_wrap_newlib.cc145 int WRAP(fchmod)(int fd, mode_t mode) {
188 int WRAP(open)(const char* pathname, int oflag, mode_t mode, int* newfd) {
197 int WRAP(mkdir)(const char* pathname, mode_t mode) {
239 int WRAP(chmod)(const char* pathname, mode_t mode) {
317 int _real_mkdir(const char* pathname, mode_t mode) {
337 int _real_open(const char* pathname, int oflag, mode_t mode, int* newfd) {
H A Dfilesystem.h70 mode_t mode,
H A Dkernel_object.h65 int oflags, mode_t mflags,
H A Dkernel_wrap_bionic.cc172 int WRAP(fchmod)(int fd, mode_t mode) NOTHROW {
242 int WRAP(mkdir)(const char* pathname, mode_t mode) {
267 int WRAP(open)(const char* pathname, int oflag, mode_t mode, int* newfd) {
363 int _real_fchmod(int fd, mode_t mode) {
449 int _real_mkdir(const char* pathname, mode_t mode) {
469 int _real_open(const char* pathname, int oflag, mode_t mode, int* newfd) {
H A Dkernel_wrap_glibc.cc256 int WRAP(mkdir)(const char* pathname, mode_t mode) {
282 int WRAP(open)(const char* pathname, int oflag, mode_t mode, int* newfd) {
365 int WRAP(chmod)(const char* pathname, mode_t mode) {
381 int WRAP(fchmod)(int fd, mode_t mode) {
595 int _real_mkdir(const char* pathname, mode_t mode) {
615 int _real_open(const char* pathname, int oflag, mode_t mode, int* newfd) {
H A Dnode.h93 virtual Error Fchmod(mode_t mode);
H A Dkernel_wrap.h49 typedef mode_t chmod_mode_t;
95 int mkdir(const char* path, mode_t mode) NOTHROW;
H A Dkernel_wrap_win.cc56 int _chmod(const char* path, mode_t mode) {
139 return ki_open(path, oflag, (mode_t) pmode);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs.h21 virtual Error OpenWithMode(const Path& path, int open_flags, mode_t mode,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs.h32 virtual Error OpenWithMode(const Path& path, int open_flags, mode_t mode,
H A Dmem_fs_node.cc126 Error MemFsNode::Fchmod(mode_t mode) {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dpassthrough_fs.cc26 mode_t mode, ScopedNode* out_node) {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
H A Dstream_fs.h57 virtual Error OpenWithMode(const Path& path, int o_flags, mode_t mode,
H A Dstream_fs.cc87 Error StreamFs::OpenWithMode(const Path& path, int o_flags, mode_t mode,
/external/oprofile/daemon/
H A Dopd_pipe.c29 mode_t orig_umask = umask(0111);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.h24 virtual Error OpenWithMode(const Path& path, int open_flags, mode_t mode,
58 virtual Error Fchmod(mode_t mode);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs.h21 virtual Error OpenWithMode(const Path& path, int open_flags, mode_t mode,
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h150 extern int fchmod(int, mode_t);
/external/chromium_org/third_party/webrtc/base/
H A Dunixfilesystem.h59 virtual bool CreateFolder(const Pathname &pathname, mode_t mode);
/external/e2fsprogs/debugfs/
H A Ddump.c39 * The mode_xlate function translates a linux mode into a native-OS mode_t.
43 mode_t mask;
57 static mode_t mode_xlate(__u16 lmode)
59 mode_t mode = 0;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs.h38 virtual Error OpenWithMode(const Path& path, int open_flags, mode_t mode,

Completed in 7551 milliseconds

12345