Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Ddevice_config.h37 …static std::ofstream open_ofstream_crossplat(const char* filename, std::ios_base::openmode mode = …
Dcf_device_config.cpp68 std::ofstream DeviceConfig::open_ofstream_crossplat(const char* filename, std::ios_base::openmode m… in open_ofstream_crossplat() function in cuttlefish::modem::DeviceConfig
Dnvram_config.cpp126 std::ofstream ofs = modem::DeviceConfig::open_ofstream_crossplat(file.c_str()); in SaveToFile()
/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()