Searched refs:cacheInfoStream (Results 1 – 1 of 1) sorted by relevance
279 … std::ofstream cacheInfoStream(cacheInfoPath, std::ios::binary | std::ios::out | std::ios::trunc); in WriteCacheInfo() local280 if (cacheInfoStream.fail()) { in WriteCacheInfo()285 if (!cacheInfoStream.write(reinterpret_cast<const char*>(cacheInfo.get()), cacheSize)) { in WriteCacheInfo()287 cacheInfoStream.close(); in WriteCacheInfo()291 cacheInfoStream.close(); in WriteCacheInfo()