Home
last modified time | relevance | path

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

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