Searched defs:pathname (Results 1 – 7 of 7) sorted by relevance
/system/core/toolbox/ |
D | restorecon.c | 24 static int restore(const char *pathname, const struct stat *sb) in restore()
|
D | ls.c | 316 const char* pathname = filename; in listfile() local
|
/system/core/liblog/ |
D | logd_write.c | 36 #define log_open(pathname, flags) fakeLogOpen(pathname, flags) argument 40 #define log_open(pathname, flags) open(pathname, flags) argument
|
/system/extras/fatblock/ |
D | fdpool.c | 119 int fdpool_open(struct pooled_fd *pfd, const char *pathname, int flags) in fdpool_open()
|
/system/core/adb/ |
D | sysdeps.h | 322 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) in adb_open_mode() 328 static __inline__ int adb_open( const char* pathname, int options ) in adb_open()
|
/system/core/init/ |
D | util.c | 282 int mkdir_recursive(const char *pathname, mode_t mode) in mkdir_recursive()
|
/system/core/logcat/ |
D | logcat.cpp | 102 static int openLogFile (const char *pathname) in openLogFile()
|