Searched defs:pathname (Results 1 – 2 of 2) sorted by relevance
38 extern "C" int mkfifo(const char* pathname, mode_t mode) { in mkfifo()45 extern "C" int access(const char* pathname, int mode) { in access()52 extern "C" int mkdir(const char* pathname, mode_t mode) { in mkdir()59 extern "C" int rmdir(const char* pathname) { in rmdir()80 extern "C" int unlink(const char* pathname) { in unlink()165 extern "C" int openat(int dirfd, const char* pathname, int flags, ...) { in openat()
98 std::string pathname; in TEST_F() local