Searched defs:HttpFs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs.h17 class HttpFs : public Filesystem { class in namespace:nacl_io
34 HttpFs();
60 friend class TypedFsFactory<HttpFs>;
H A Dhttp_fs.cc44 Error HttpFs::OpenWithMode(const Path& path, int open_flags, mode_t mode,
79 ScopedNode HttpFs::FindExistingNode(const Path& path) {
86 Error HttpFs::Unlink(const Path& path) {
97 Error HttpFs::Mkdir(const Path& path, int permissions) {
105 Error HttpFs::Rmdir(const Path& path) {
116 Error HttpFs::Remove(const Path& path) {
124 Error HttpFs::Rename(const Path& path, const Path& newpath) {
132 PP_Resource HttpFs::MakeUrlRequestInfo(const std::string& url,
181 HttpFs::HttpFs() function in class:nacl_io::HttpFs
[all...]

Completed in 183 milliseconds