Searched defs:pathname (Results 1 – 10 of 10) sorted by relevance
/system/extras/toolchain-extras/ |
D | profile-clang-openat.cpp | 36 static bool is_coverage_trace(const char* pathname) { in is_coverage_trace() 41 __attribute__((weak)) int __wrap_open(const char* pathname, int flags, ...) { in __wrap_open()
|
/system/core/init/ |
D | compare-bootcharts.py | 78 def parse_proc_file(pathname, process_map, jiffy_record=None): argument
|
D | util.cpp | 284 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/tools/mkbootimg/tests/ |
D | mkbootimg_test.py | 45 def generate_test_file(pathname, size, seed=None): argument
|
/system/logging/logcat/ |
D | logcat.cpp | 116 static int openLogFile(const char* pathname, size_t sizeKB) { in openLogFile() 129 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/iorap/src/maintenance/ |
D | controller.cc | 75 int Exec::Execve(const std::string& pathname, in Execve()
|
/system/vold/ |
D | Utils.cpp | 1317 status_t DeleteDirContentsAndDir(const std::string& pathname) { in DeleteDirContentsAndDir() 1330 status_t DeleteDirContents(const std::string& pathname) { in DeleteDirContents()
|