Home
last modified time | relevance | path

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

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