Searched defs:pathname (Results 1 – 10 of 10) sorted by relevance
/system/bpf/libbpf_android/include/bpf/ |
D | BpfUtils.h | 114 inline int bpfFdPin(const base::unique_fd& map_fd, const char* pathname) { in bpfFdPin() 121 inline int bpfFdGet(const char* pathname, uint32_t flag) { in bpfFdGet() 128 inline int mapRetrieve(const char* pathname, uint32_t flag) { in mapRetrieve() 132 inline int mapRetrieveRW(const char* pathname) { in mapRetrieveRW() 136 inline int mapRetrieveRO(const char* pathname) { in mapRetrieveRO() 140 inline int mapRetrieveWO(const char* pathname) { in mapRetrieveWO() 144 inline int retrieveProgram(const char* pathname) { in retrieveProgram()
|
/system/core/init/ |
D | compare-bootcharts.py | 78 def parse_proc_file(pathname, process_map, jiffy_record=None): argument
|
D | util.cpp | 271 bool is_dir(const char* pathname) { in is_dir()
|
/system/extras/ioshark/ |
D | compile_ioshark_subr.c | 66 void *files_db_lookup(char *pathname) in files_db_lookup()
|
D | compile_ioshark.c | 176 get_pathname(char *buf, char *pathname, enum file_op file_op) in get_pathname()
|
/system/core/logcat/ |
D | logcat.cpp | 114 static int openLogFile(const char* pathname, size_t sizeKB) { in openLogFile() 127 static void closeLogFile(const char* pathname) { in closeLogFile()
|
/system/netd/libnetdutils/ |
D | Syscalls.cpp | 44 StatusOr<UniqueFd> open(const std::string& pathname, int flags, mode_t mode) const override { in open() argument
|
/system/core/adb/ |
D | sysdeps.h | 435 static inline int adb_open_mode(const char* pathname, int options, int mode) { in adb_open_mode() 446 static inline int adb_open(const char* pathname, int options) { in adb_open()
|
/system/vold/ |
D | Utils.cpp | 934 status_t DeleteDirContentsAndDir(const std::string& pathname) { in DeleteDirContentsAndDir() 947 status_t DeleteDirContents(const std::string& pathname) { in DeleteDirContents()
|
/system/iorap/tests/src/inode2filename/ |
D | search_directories_test.cc | 2433 virtual int stat(const char *pathname, struct stat *statbuf) override { in stat()
|