Searched refs:typeFile (Results 1 – 2 of 2) sorted by relevance
128 std::ofstream typeFile(typeFileName, std::ios::out | std::ios::trunc); in TEST() local129 typeFile << "MMC"; in TEST()130 typeFile.close(); in TEST()186 std::ofstream typeFile(typeFileName, std::ios::out | std::ios::trunc); in TEST() local187 typeFile << "MMC"; in TEST()188 typeFile.close(); in TEST()235 std::ofstream typeFile(typeFileName, std::ios::out | std::ios::trunc); in TEST() local236 typeFile << "MMC"; in TEST()237 typeFile.close(); in TEST()275 typeFile << "MMC"; in TEST()[all …]
244 std::ifstream typeFile(curPath, std::ios_base::in); in findDevice() local246 typeFile >> devType; in findDevice()