Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DGenerateDocumentation.cpp625 const string fileName = stringReplace(specFile.getSpecFileName(), ".spec", in writeDetailedDocumentationFile()
715 const string fileName = stringReplace(specFile->getSpecFileName(), ".spec", ".html"); in generateAndroidTableOfContentSnippet()
DSpecification.h534 std::string getSpecFileName() const { return mSpecFileName; } in getSpecFileName() function