Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp65 …std::ofstream offile = modem::DeviceConfig::open_ofstream_crossplat(icfilename.c_str(), std::ofstr… in SetUpTestSuite() local
66 offile << std::string(myiccfile); in SetUpTestSuite()
67 offile.close(); in SetUpTestSuite()