Home
last modified time | relevance | path

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

/system/core/liblog/
Dlogd_write.c35 #define log_open(pathname, flags) fakeLogOpen(pathname, flags) argument
39 #define log_open(pathname, flags) open(pathname, flags) argument
/system/core/toolbox/
Dls.c180 const char* pathname = filename; in listfile() local
/system/core/logcat/
Dlogcat.cpp48 static int openLogFile (const char *pathname) in openLogFile()
/system/core/adb/
Dsysdeps.h314 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) in adb_open_mode()
320 static __inline__ int adb_open( const char* pathname, int options ) in adb_open()