Home | History | Annotate | Download | only in stream

Lines Matching refs:Path

16 // path, such as FDs returned by pipe, socket, and sockpair.  It also provides
57 virtual Error Access(const Path& path, int a_mode);
58 virtual Error Open(const Path& path, int o_flags, ScopedNode* out_node);
59 virtual Error Unlink(const Path& path);
60 virtual Error Mkdir(const Path& path, int permissions);
61 virtual Error Rmdir(const Path& path);
62 virtual Error Remove(const Path& path);
63 virtual Error Rename(const Path& path, const Path& newpath);