HomeSort by relevance Sort by last modified time
    Searched refs:MountNodeHttp (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_http.cc 148 void MountNodeHttp::SetCachedSize(off_t size) {
153 Error MountNodeHttp::FSync() { return ENOSYS; }
155 Error MountNodeHttp::GetDents(size_t offs,
163 Error MountNodeHttp::GetStat(struct stat* stat) {
216 Error MountNodeHttp::Read(size_t offs,
236 Error MountNodeHttp::FTruncate(off_t size) { return ENOSYS; }
238 Error MountNodeHttp::Write(size_t offs,
247 Error MountNodeHttp::GetSize(size_t* out_size) {
267 MountNodeHttp::MountNodeHttp(Mount* mount
    [all...]
mount_node_http.h 20 class MountNodeHttp : public MountNode {
39 MountNodeHttp(Mount* mount, const std::string& url, bool cache_content);
mount_http.h 60 friend class MountNodeHttp;
mount_http.cc 65 ScopedMountNode node(new MountNodeHttp(this, url, cache_content_));
94 ScopedMountNode node(new MountNodeHttp(this, url, cache_content_));
348 MountNodeHttp* http_node = new MountNodeHttp(this, url, cache_content_);

Completed in 236 milliseconds