HomeSort by relevance Sort by last modified time
    Searched full:ir_file (Results 1 - 1 of 1) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 276 OutputFile *ir_file = NULL; local
281 ir_file = new OutputFile(path.string(), FileBase::kTruncate);
282 IRStream = ir_file->dup();
289 if (ir_file) {
290 ir_file->close();
291 delete ir_file;

Completed in 85 milliseconds