Searched refs:pathname (Results 1 – 7 of 7) sorted by relevance
/system/core/init/ |
D | util.h | 55 int mkdir_recursive(const char *pathname, mode_t mode); 64 int restorecon(const char *pathname); 65 int restorecon_recursive(const char *pathname); 66 int restorecon_recursive_skipce(const char *pathname); 68 bool is_dir(const char* pathname);
|
D | util.cpp | 299 int mkdir_recursive(const char *pathname, mode_t mode) in mkdir_recursive() argument 303 const char *p = pathname; in mkdir_recursive() 309 width = slash - pathname; in mkdir_recursive() 319 memcpy(buf, pathname, width); in mkdir_recursive() 327 ret = make_dir(pathname, mode); in mkdir_recursive() 464 int restorecon(const char* pathname) in restorecon() argument 466 return selinux_android_restorecon(pathname, 0); in restorecon() 469 int restorecon_recursive(const char* pathname) in restorecon_recursive() argument 471 return selinux_android_restorecon(pathname, SELINUX_ANDROID_RESTORECON_RECURSE); in restorecon_recursive() 474 int restorecon_recursive_skipce(const char* pathname) in restorecon_recursive_skipce() argument [all …]
|
D | compare-bootcharts.py | 78 def parse_proc_file(pathname, process_map, jiffy_record=None): argument 80 with tarfile.open(pathname + '/bootchart.tgz', 'r:*') as tf:
|
D | readme.txt | 114 service <name> <pathname> [ <argument> ]*
|
/system/core/adb/ |
D | sysdeps.h | 273 extern void* load_file(const char* pathname, unsigned* psize); 521 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) in adb_open_mode() argument 523 return TEMP_FAILURE_RETRY( open( pathname, options, mode ) ); in adb_open_mode() 534 static __inline__ int adb_open( const char* pathname, int options ) in adb_open() argument 536 int fd = TEMP_FAILURE_RETRY( open( pathname, options ) ); in adb_open()
|
/system/core/logcat/ |
D | logcat.cpp | 90 static int openLogFile (const char *pathname) in openLogFile() argument 92 return open(pathname, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); in openLogFile()
|
/system/connectivity/shill/doc/ |
D | service-api.txt | 460 The pathname of a file containing the private 485 The pathname of a file containing the Certificate
|