HomeSort by relevance Sort by last modified time
    Searched defs:HttpFs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
http_fs.h 17 class HttpFs : public Filesystem {
34 HttpFs();
60 friend class TypedFsFactory<HttpFs>;
http_fs.cc 5 #include "nacl_io/httpfs/http_fs.h"
21 #include "nacl_io/httpfs/http_fs_node.h"
44 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
    [all...]

Completed in 34 milliseconds