Home
last modified time | relevance | path

Searched refs:mCompileCommandLine (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp75 if (strcmp(expectedCompileCommandLine, mCompileCommandLine) != 0) { in IsConsistent()
79 ALOGD("cached : %s", mCompileCommandLine); in IsConsistent()
115 mCompileCommandLine = NULL; in RSInfo()
162 ALOGV("Compile Command Line: ", mCompileCommandLine ? mCompileCommandLine : "(NULL)"); in dump()
DRSInfoReader.cpp260 result->mCompileCommandLine = result->getStringFromPool(header->compileCommandLineIdx); in ReadFromFile()
261 if (result->mCompileCommandLine == NULL) { in ReadFromFile()
DRSInfoExtractor.cpp349 result->mCompileCommandLine = writeString(compileCommandLineToEmbed, result->mStringPool, in ExtractFromSource()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h176 const char* mCompileCommandLine; variable