Searched refs:ofs (Results 1 – 3 of 3) sorted by relevance
49 std::ofstream ofs(SUPPORTMODELPATH, std::ios::out | std::ios::binary); in SaveSupportModel() local50 if (ofs) { in SaveSupportModel()51 ofs.write(reinterpret_cast<char*>(model), sizeof(reinterpret_cast<char*>(model))); in SaveSupportModel()52 ofs.close(); in SaveSupportModel()
65 std::ofstream ofs(CACHE_PATH.c_str(), std::ios::out | std::ios::binary); in DestroyCache() local66 ofs.write(ptr, invalidCacheSize); in DestroyCache()67 ofs.close(); in DestroyCache()