HomeSort by relevance Sort by last modified time
    Searched refs:bcFileName (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/slang/
slang_rs_reflect_utils.h 35 // bcFileName: where is the bit code file
41 const char *bcFileName;
slang_rs_reflect_utils.cpp 163 FILE *pfin = fopen(context.bcFileName, "rb");
165 fprintf(stderr, "Error: could not read file %s\n", context.bcFileName);
slang_rs.cpp 93 BCAccessorContext.bcFileName = getOutputFileName().c_str();

Completed in 77 milliseconds