Home | History | Annotate | Download | only in memfs

Lines Matching refs:Path

29   virtual Error FindNode(const Path& path, int type, ScopedNode* out_node);
32 virtual Error Access(const Path& path, int a_mode);
33 virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
34 virtual Error Unlink(const Path& path);
35 virtual Error Mkdir(const Path& path, int perm);
36 virtual Error Rmdir(const Path& path);
37 virtual Error Remove(const Path& path);
38 virtual Error Rename(const Path& path, const Path& newpath);
45 Error RemoveInternal(const Path& path, int remove_type);