Searched defs:pathname (Results 1 – 25 of 68) sorted by relevance
123
13 int SysImpl::open(const char* pathname, int flags) const in open() argument
15 Fd::Fd(const char* pathname, int flags, const Sys* sys) : in Fd()
61 void open(const std::string& pathname, int flags) in open()