Home
last modified time | relevance | path

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

/system/extras/toolchain-extras/
Dprofile-clang-openat.cpp36 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/
Dcompare-bootcharts.py78 def parse_proc_file(pathname, process_map, jiffy_record=None): argument
Dutil.cpp284 bool is_dir(const char* pathname) { in is_dir()
/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/tools/mkbootimg/tests/
Dmkbootimg_test.py45 def generate_test_file(pathname, size, seed=None): argument
/system/logging/logcat/
Dlogcat.cpp116 static int openLogFile(const char* pathname, size_t sizeKB) { in openLogFile()
129 static void closeLogFile(const char* pathname) { in closeLogFile()
/system/netd/libnetdutils/
DSyscalls.cpp44 StatusOr<UniqueFd> open(const std::string& pathname, int flags, mode_t mode) const override { in open() argument
/system/iorap/src/maintenance/
Dcontroller.cc75 int Exec::Execve(const std::string& pathname, in Execve()
/system/vold/
DUtils.cpp1317 status_t DeleteDirContentsAndDir(const std::string& pathname) { in DeleteDirContentsAndDir()
1330 status_t DeleteDirContents(const std::string& pathname) { in DeleteDirContents()