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

/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp218 std::string DetermineOutputFilename(const std::string &pOutputPath) { argument
219 if (!pOutputPath.empty()) {
220 return pOutputPath;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp115 const char* pOutputPath,
159 FileMutex<FileBase::kWriteLock> write_output_mutex(pOutputPath);
163 pOutputPath, write_output_mutex.getErrorMessage().c_str());
169 OutputFile output_file(pOutputPath,
173 ALOGE("Unable to open %s for write! (%s)", pOutputPath,
183 pOutputPath);
190 ALOGE("Failed to config the RS compiler for %s! (%s)",pOutputPath,
199 std::string path(pOutputPath);
215 ALOGE("Unable to compile the source to file %s! (%s)", pOutputPath,
114 compileScript(RSScript& pScript, const char* pScriptName, const char* pOutputPath, const char* pRuntimePath, const char* pBuildChecksum, bool pDumpIR) argument

Completed in 705 milliseconds