Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 7 of 7) sorted by relevance

/system/core/toolbox/
Drestorecon.c24 static int restore(const char *pathname, const struct stat *sb) in restore()
Dls.c316 const char* pathname = filename; in listfile() local
/system/core/liblog/
Dlogd_write.c36 #define log_open(pathname, flags) fakeLogOpen(pathname, flags) argument
40 #define log_open(pathname, flags) open(pathname, flags) argument
/system/extras/fatblock/
Dfdpool.c119 int fdpool_open(struct pooled_fd *pfd, const char *pathname, int flags) in fdpool_open()
/system/core/adb/
Dsysdeps.h322 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/
Dutil.c282 int mkdir_recursive(const char *pathname, mode_t mode) in mkdir_recursive()
/system/core/logcat/
Dlogcat.cpp102 static int openLogFile (const char *pathname) in openLogFile()