Home
last modified time | relevance | path

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

/system/core/init/
Dutil.c283 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()
/system/core/liblog/
Dlogd_write_kern.c49 #define log_open(pathname, flags) fakeLogOpen(pathname, flags) argument
53 #define log_open(pathname, flags) open(pathname, (flags) | O_CLOEXEC) argument
/system/core/toolbox/
Dls.c309 const char* pathname = filename; in listfile() local
/system/core/adb/
Dsysdeps.h344 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()
/system/core/logcat/
Dlogcat.cpp67 static int openLogFile (const char *pathname) in openLogFile()