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

/frameworks/compile/slang/
H A Dslang_rs_reflection_base.h54 std::string mOutputBCFileName; member in class:slang::RSReflectionBase
H A Dslang_rs_reflection_cpp.cpp58 mOutputBCFileName = OutputBCFileName;
202 FILE *pfin = fopen(mOutputBCFileName.c_str(), "rb");
204 fprintf(stderr, "Error: could not read file %s\n", mOutputBCFileName.c_str());

Completed in 39 milliseconds