Home | History | Annotate | Download | only in nacl_io_test

Lines Matching refs:Path

16   typedef nacl_io::Path Path;
26 MOCK_METHOD2(Access, Error(const Path&, int));
27 MOCK_METHOD3(Open, Error(const Path&, int, ScopedNode*));
28 MOCK_METHOD2(OpenResource, Error(const Path&, ScopedNode*));
29 MOCK_METHOD1(Unlink, Error(const Path&));
30 MOCK_METHOD2(Mkdir, Error(const Path&, int));
31 MOCK_METHOD1(Rmdir, Error(const Path&));
32 MOCK_METHOD1(Remove, Error(const Path&));
33 MOCK_METHOD2(Rename, Error(const Path&, const Path&));