Searched defs:pathname (Results 1 – 4 of 4) sorted by relevance
35 #define log_open(pathname, flags) fakeLogOpen(pathname, flags) argument39 #define log_open(pathname, flags) open(pathname, flags) argument
180 const char* pathname = filename; in listfile() local
48 static int openLogFile (const char *pathname) in openLogFile()
314 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()