Home
last modified time | relevance | path

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

/system/core/init/
Dcompare-bootcharts.py78 def parse_proc_file(pathname, process_map, jiffy_record=None): argument
Dutil.cpp274 bool is_dir(const char* pathname) { in is_dir()
/system/bpf/libbpf_android/
DBpfUtils.cpp165 int bpfFdPin(const base::unique_fd& map_fd, const char* pathname) { in bpfFdPin()
174 int bpfFdGet(const char* pathname, uint32_t flag) { in bpfFdGet()
182 int mapRetrieve(const char* pathname, uint32_t flag) { in mapRetrieve()
/system/extras/ioshark/
Dcompile_ioshark_subr.c66 void *files_db_lookup(char *pathname) in files_db_lookup()
Dcompile_ioshark.c176 get_pathname(char *buf, char *pathname, enum file_op file_op) in get_pathname()
/system/core/adb/
Dsysdeps.h377 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) in adb_open_mode()
390 static __inline__ int adb_open( const char* pathname, int options ) in adb_open()
/system/vold/
DUtils.cpp901 status_t DeleteDirContentsAndDir(const std::string& pathname) { in DeleteDirContentsAndDir()
914 status_t DeleteDirContents(const std::string& pathname) { in DeleteDirContents()
/system/netd/libnetdutils/
DSyscalls.cpp44 StatusOr<UniqueFd> open(const std::string& pathname, int flags, mode_t mode) const override { in open() argument
/system/core/logcat/
Dlogcat.cpp162 static int openLogFile(const char* pathname) { in openLogFile()
/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc2433 virtual int stat(const char *pathname, struct stat *statbuf) override { in stat()