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

/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.h35 // bcFileName: where is the bit code file
41 const char *bcFileName; member in struct:slang::RSSlangReflectUtils::BitCodeAccessorContext
H A Dslang_rs_reflect_utils.cpp163 FILE *pfin = fopen(context.bcFileName, "rb");
165 fprintf(stderr, "Error: could not read file %s\n", context.bcFileName);
H A Dslang_rs.cpp93 BCAccessorContext.bcFileName = getOutputFileName().c_str();

Completed in 71 milliseconds