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

/frameworks/rs/script_api/
H A DSpecification.cpp762 SpecFile::SpecFile(const string& specFileName) : mSpecFileName(specFileName) {
763 string core = mSpecFileName;
804 FILE* specFile = fopen(mSpecFileName.c_str(), "rt");
806 cerr << "Error opening input file: " << mSpecFileName << "\n"; local
810 Scanner scanner(mSpecFileName, specFile);
H A DSpecification.h504 std::string mSpecFileName; member in class:SpecFile
534 std::string getSpecFileName() const { return mSpecFileName; }

Completed in 280 milliseconds