Home
last modified time | relevance | path

Searched refs:typeFile (Results 1 – 2 of 2) sorted by relevance

/openbmc/estoraged/src/test/
H A Dutil_test.cpp128 std::ofstream typeFile(typeFileName, std::ios::out | std::ios::trunc); in TEST() local
129 typeFile << "MMC"; in TEST()
130 typeFile.close(); in TEST()
186 std::ofstream typeFile(typeFileName, std::ios::out | std::ios::trunc); in TEST() local
187 typeFile << "MMC"; in TEST()
188 typeFile.close(); in TEST()
235 std::ofstream typeFile(typeFileName, std::ios::out | std::ios::trunc); in TEST() local
236 typeFile << "MMC"; in TEST()
237 typeFile.close(); in TEST()
275 typeFile << "MMC"; in TEST()
[all …]
/openbmc/estoraged/src/
H A Dutil.cpp244 std::ifstream typeFile(curPath, std::ios_base::in); in findDevice() local
246 typeFile >> devType; in findDevice()