Searched refs:mode (Results 1 – 6 of 6) sorted by relevance
/gdk/headers/include/ |
D | fcntl.h | 46 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/ |
D | open.c | 107 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/ |
D | IconIndicator.java | 71 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/ |
D | stat.h | 102 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);
|
D | linux-unistd.h | 95 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/ |
D | add-application.mk | 138 $(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))
|