Searched refs:close_on_destruction (Results 1 - 1 of 1) sorted by relevance

/system/tools/aidl/
H A Dcode_writer.cpp53 FileCodeWriter(FILE* output_file, bool close_on_destruction) argument
55 close_on_destruction_(close_on_destruction) {}
91 bool close_on_destruction = true; local
94 close_on_destruction = false;
102 result.reset(new FileCodeWriter(to, close_on_destruction));

Completed in 122 milliseconds