Home | History | Annotate | Download | only in devfs

Lines Matching refs:Path

17   virtual Error Access(const Path& path, int a_mode);
18 virtual Error Open(const Path& path, int open_flags, ScopedNode* out_node);
19 virtual Error Unlink(const Path& path);
20 virtual Error Mkdir(const Path& path, int permissions);
21 virtual Error Rmdir(const Path& path);
22 virtual Error Remove(const Path& path);
23 virtual Error Rename(const Path& path, const Path& newpath);