Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc48 std::ofstream file_out(env_path.c_str(), std::ios::binary); in WriteEnvironment() local
49 file_out << env_str; in WriteEnvironment()
51 if(!file_out.good()) { in WriteEnvironment()