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

  /external/chromium_org/net/tools/flip_server/
mem_cache_test.cc 42 TEST_F(FlipMemoryCacheTest, ReadAndStoreFileContents) {
52 mem_cache_->ReadAndStoreFileContents("./foo");
53 mem_cache_->ReadAndStoreFileContents("./hello");
93 mem_cache_->ReadAndStoreFileContents("./hello.http");
mem_cache.h 127 void ReadAndStoreFileContents(const char* filename);
mem_cache.cc 103 ReadAndStoreFileContents(current_entry_name.c_str());
137 void MemoryCache::ReadAndStoreFileContents(const char* filename) {
  /external/chromium/net/tools/flip_server/
mem_cache.h 121 void ReadAndStoreFileContents(const char* filename);
mem_cache.cc 106 ReadAndStoreFileContents(current_entry_name.c_str());
140 void MemoryCache::ReadAndStoreFileContents(const char* filename) {

Completed in 151 milliseconds