Searched defs:pathname (Results 1 – 5 of 5) sorted by relevance
283 int mkdir_recursive(const char *pathname, mode_t mode) in mkdir_recursive()528 int restorecon(const char* pathname) in restorecon()533 int restorecon_recursive(const char* pathname) in restorecon_recursive()
49 #define log_open(pathname, flags) fakeLogOpen(pathname, flags) argument53 #define log_open(pathname, flags) open(pathname, (flags) | O_CLOEXEC) argument
309 const char* pathname = filename; in listfile() local
344 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) in adb_open_mode()350 static __inline__ int adb_open( const char* pathname, int options ) in adb_open()
67 static int openLogFile (const char *pathname) in openLogFile()