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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp196 OutputFile *ir_file = nullptr; local
201 ir_file = new OutputFile(path.c_str(), FileBase::kTruncate);
202 IRStream = ir_file->dup();
209 if (ir_file) {
210 ir_file->close();
211 delete ir_file;

Completed in 65 milliseconds