Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/
DRSCompilerDriver.h75 const char* pRuntimePath,
146 const char *pBuildChecksum, const char* pRuntimePath,
151 BCCContext& Context, const char* pOutputFilepath, const char* pRuntimePath,
161 const char *pBuildChecksum, const char *pRuntimePath,
/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp111 const char* pRuntimePath, in compileScript() argument
142 if (!pScript.LinkRuntime(pRuntimePath)) { in compileScript()
144 pScriptName, pRuntimePath); in compileScript()
224 const char *pRuntimePath, in build() argument
296 pRuntimePath, in build()
304 BCCContext& Context, const char* pOutputFilepath, const char* pRuntimePath, in buildScriptGroup() argument
418 const char* coreLibPath = pRuntimePath; in buildScriptGroup()
435 const char *pRuntimePath, in buildForCompatLib() argument
445 Compiler::ErrorCode status = compileScript(pScript, pOut, pOut, pRuntimePath, in buildForCompatLib()