Searched refs:pOutputPath (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | RSCompilerDriver.cpp | 110 const char* pOutputPath, in compileScript() argument 155 FileMutex write_output_mutex(pOutputPath); in compileScript() 159 pOutputPath, write_output_mutex.getErrorMessage().c_str()); in compileScript() 166 llvm::raw_fd_ostream out_stream(pOutputPath, error, llvm::sys::fs::F_RW); in compileScript() 168 ALOGE("Unable to open %s for write! (%s)", pOutputPath, in compileScript() 178 pOutputPath); in compileScript() 185 ALOGE("Failed to config the RS compiler for %s! (%s)",pOutputPath, in compileScript() 193 std::string path(pOutputPath); in compileScript() 209 ALOGE("Unable to compile the source to file %s! (%s)", pOutputPath, in compileScript()
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
D | Main.cpp | 214 std::string DetermineOutputFilename(const std::string &pOutputPath) { in DetermineOutputFilename() argument 215 if (!pOutputPath.empty()) { in DetermineOutputFilename() 216 return pOutputPath; in DetermineOutputFilename()
|
/frameworks/compile/libbcc/include/bcc/ |
D | RSCompilerDriver.h | 74 const char* pOutputPath,
|