Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp219 const char *pCacheDir, in build() argument
231 if ((pCacheDir == nullptr) || (pResName == nullptr)) { in build()
233 "%s, resource name: %s)", ((pCacheDir) ? pCacheDir : "(null)"), in build()
248 llvm::SmallString<80> output_path(pCacheDir); in build()
/frameworks/compile/libbcc/include/bcc/
DRSCompilerDriver.h144 bool build(BCCContext& pContext, const char* pCacheDir, const char* pResName,