Searched refs:directoryPath (Results 1 – 2 of 2) sorted by relevance
252 FilePath directoryPath = mainFile.RemoveExtension();253 directoryPath = directoryPath.InsertBeforeExtension(std::string("_files/"));271 directoryPath,
110 FilePath directoryPath(storage.c_str()); in WebCache() local111 …backendFactory = new net::HttpCache::DefaultBackend(net::DISK_CACHE, directoryPath, kMaximumCacheS… in WebCache()