Searched defs:mode (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/minadbd/ |
D | sysdeps.h | 105 static __inline__ int adb_mkdir(const char* path, int mode) in adb_mkdir() 141 static __inline__ int adb_open_mode(const char* path, int options, int mode) in adb_open_mode() 154 int mode; in unix_open() local 313 int mode; in unix_open() local 322 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) in adb_open_mode() 327 static __inline__ int adb_creat(const char* path, int mode) in adb_creat() 466 static __inline__ int adb_mkdir(const char* path, int mode) in adb_mkdir()
|
/bootable/recovery/minzip/ |
D | DirUtil.c | 56 dirCreateHierarchy(const char *path, int mode, in dirCreateHierarchy()
|
/bootable/recovery/ |
D | recovery.cpp | 142 fopen_path(const char *path, const char *mode) { in fopen_path()
|
/bootable/recovery/updater/ |
D | install.c | 569 int mode = strtoul(args[2], &end, 0); in SetPermFn() local
|