Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp418 const char* coreLibPath = pRuntimePath; in buildScriptGroup() local
423 coreLibPath = pRuntimeRelaxedPath; in buildScriptGroup()
427 compileScript(script, pOutputFilepath, output_path.c_str(), coreLibPath, in buildScriptGroup()
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.cpp258 const char* coreLibPath, const char* coreLibRelaxedPath, in setupCompileArguments() argument
273 args->push_back(coreLibPath); in setupCompileArguments()
441 const string& coreLibPath = getCoreLibPath(getCpuRefImpl()->getContext(), in compile() local
448 resName, coreLibPath.c_str(), coreLibRelaxedPath.c_str(), in compile()
455 inputs.push_back(coreLibPath.c_str()); in compile()