Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 6 of 6) sorted by relevance

/gdk/headers/include/
Dfcntl.h46 extern int open(const char* path, int mode, ...);
51 extern int openat(int fd, const char* path, int mode, ...);
54 extern int creat(const char* path, mode_t mode);
/gdk/libportable/arch-mips/
Dopen.c107 mode_t mode = 0; in open() local
115 mode = (mode_t) va_arg(args, int); in open()
119 return __open(pathname, mips_change_flags(flags), mode); in open()
/gdk/samples/PhotoEditor/src/com/android/photoeditor/
DIconIndicator.java71 public void setMode(String mode) { in setMode() argument
73 if (mModes[i].equals(mode)) { in setMode()
78 throw new IllegalArgumentException("unknown mode: " + mode); in setMode()
/gdk/headers/include/sys/
Dstat.h102 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
104 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
Dlinux-unistd.h95 int mkdirat (int dirfd, const char *pathname, mode_t mode);
97 int fchmodat (int dirfd, const char *path, mode_t mode, int flags);
/gdk/build/core/
Dadd-application.mk138 $(call gdk_log,Selecting optimization mode through Application.mk: $(APP_OPTIM))
141 $(call gdk_log,Selecting debug optimization mode (app is debuggable))
144 $(call gdk_log,Selecting release optimization mode (app is not debuggable))