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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
http_fs.h 43 NodeMap_t* GetNodeCacheForTesting() { return &node_cache_; }
53 NodeMap_t node_cache_; member in class:nacl_io::HttpFs
http_fs.cc 74 node_cache_[path.Join()] = node;
80 NodeMap_t::iterator iter = node_cache_.find(path.Join());
81 if (iter == node_cache_.end())
277 node_cache_[path.Join()] = node;
373 node_cache_[path.Join()] = node;

Completed in 201 milliseconds