Searched refs:mOutputBCFileName (Results 1 – 2 of 2) sorted by relevance
58 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()
54 std::string mOutputBCFileName; variable