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

/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp161 const std::string &pOutputPath) {
163 OutputFile output_file(pOutputPath, FileBase::kTruncate);
166 llvm::errs() << "Failed to open the output file `" << pOutputPath
160 CompileScript(Compiler &pCompiler, Script &pScript, const std::string &pOutputPath) argument
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp221 std::string DetermineOutputFilename(const std::string &pOutputPath) { argument
222 if (!pOutputPath.empty()) {
223 return pOutputPath;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp200 const char *pOutputPath,
239 FileMutex<FileBase::kWriteLock> write_output_mutex(pOutputPath);
243 pOutputPath, write_output_mutex.getErrorMessage().c_str());
249 OutputFile output_file(pOutputPath,
253 ALOGE("Unable to open %s for write! (%s)", pOutputPath,
263 pOutputPath);
270 ALOGE("Failed to config the RS compiler for %s! (%s)",pOutputPath,
279 android::String8 path(pOutputPath);
295 ALOGE("Unable to compile the source to file %s! (%s)", pOutputPath,
308 android::String8 info_path = RSInfo::GetPath(pOutputPath);
198 compileScript(RSScript &pScript, const char* pScriptName, const char *pOutputPath, const char *pRuntimePath, const RSInfo::DependencyTableTy &pDeps, bool pSkipLoad, bool pDumpIR) argument
[all...]
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp177 std::string DetermineOutputFilename(const std::string &pOutputPath) { argument
178 if (!pOutputPath.empty()) {
179 return pOutputPath;
276 bool PrepareInputOutput(Linker &pLinker, const std::string &pOutputPath) { argument
281 Linker::ErrorCode result = pLinker.setOutput(pOutputPath);
285 << pOutputPath << ": "

Completed in 2428 milliseconds