Searched refs:pOutputPath (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp219 const char* pOutputPath,
260 FileMutex<FileBase::kWriteLock> write_output_mutex(pOutputPath);
264 pOutputPath, write_output_mutex.getErrorMessage().c_str());
270 OutputFile output_file(pOutputPath,
274 ALOGE("Unable to open %s for write! (%s)", pOutputPath,
284 pOutputPath);
291 ALOGE("Failed to config the RS compiler for %s! (%s)",pOutputPath,
300 android::String8 path(pOutputPath);
316 ALOGE("Unable to compile the source to file %s! (%s)", pOutputPath,
323 android::String8 info_path = RSInfo::GetPath(pOutputPath);
218 compileScript(RSScript& pScript, const char* pScriptName, const char* pOutputPath, const char* pRuntimePath, const RSInfo::DependencyHashTy& pSourceHash, const char* compileCommandLineToEmbed, bool saveInfoFile, bool pDumpIR) argument
[all...]
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSCompilerDriver.h61 // Compiles the provided bitcode, placing the binary at pOutputPath.
63 // pOutputPath.
68 const char* pOutputPath, const char* pRuntimePath,
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp207 std::string DetermineOutputFilename(const std::string &pOutputPath) { argument
208 if (!pOutputPath.empty()) {
209 return pOutputPath;

Completed in 283 milliseconds