Searched defs:pathname (Results 1 – 5 of 5) sorted by relevance
39 extern "C" int mkfifo(const char* pathname, mode_t mode) { in mkfifo()46 extern "C" int access(const char* pathname, int mode) { in access()53 extern "C" int mkdir(const char* pathname, mode_t mode) { in mkdir()60 extern "C" int rmdir(const char* pathname) { in rmdir()81 extern "C" int unlink(const char* pathname) { in unlink()166 extern "C" int openat(int dirfd, const char* pathname, int flags, ...) { in openat()
30 std::string pathname = "/sys/kernel/debug/"; in flushShrinker() local
95 std::string pathname = "/sys/kernel/debug/cma/cma-"; in getCmaUsed() local
216 int __cdecl open(const char* pathname, int flags, ...) { in open()
98 std::string pathname; in TEST_F() local