Searched refs:mCompileCommandLine (Results 1 – 4 of 4) sorted by relevance
75 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()
260 result->mCompileCommandLine = result->getStringFromPool(header->compileCommandLineIdx); in ReadFromFile()261 if (result->mCompileCommandLine == NULL) { in ReadFromFile()
349 result->mCompileCommandLine = writeString(compileCommandLineToEmbed, result->mStringPool, in ExtractFromSource()
176 const char* mCompileCommandLine; variable