Home
last modified time | relevance | path

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

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