Searched defs:pCacheDir (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp225 const char *pCacheDir,
237 if ((pCacheDir == nullptr) || (pResName == nullptr)) {
239 "%s, resource name: %s)", ((pCacheDir) ? pCacheDir : "(null)"),
252 // {pCacheDir}/{pResName}.o
254 llvm::SmallString<80> output_path(pCacheDir);
224 build(BCCContext &pContext, const char *pCacheDir, const char *pResName, const char *pBitcode, size_t pBitcodeSize, const char *pBuildChecksum, const char *pRuntimePath, RSLinkRuntimeCallback pLinkRuntimeCallback, bool pDumpIR) argument

Completed in 156 milliseconds