Home
last modified time | relevance | path

Searched refs:compileCommandLineIdx (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfoReader.cpp260 result->mCompileCommandLine = result->getStringFromPool(header->compileCommandLineIdx); in ReadFromFile()
262 ALOGE("Invalid string index %d for compile command line.", header->compileCommandLineIdx); in ReadFromFile()
DRSInfoExtractor.cpp348 result->mHeader.compileCommandLineIdx = cur_string_pool_offset; in ExtractFromSource()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h82 StringIndexTy compileCommandLineIdx; member