Home
last modified time | relevance | path

Searched refs:output_path (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp235 llvm::SmallString<200> output_path(input_path); in DetermineOutputFilename() local
237 llvm::error_code err = llvm::sys::fs::make_absolute(output_path); in DetermineOutputFilename()
246 llvm::sys::path::replace_extension(output_path, "o"); in DetermineOutputFilename()
250 llvm::sys::path::remove_filename(output_path); in DetermineOutputFilename()
251 llvm::sys::path::append(output_path, "a.out"); in DetermineOutputFilename()
254 return output_path.c_str(); in DetermineOutputFilename()
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp368 llvm::sys::Path output_path(pCacheDir); in build() local
371 if (!output_path.appendComponent(pResName)) { in build()
377 output_path.appendSuffix("o"); in build()
386 result = loadScriptCache(output_path.c_str(), dep_info); in build()
406 pResName, output_path.c_str()); in build()
422 result = compileScript(*script, pResName, output_path.c_str(), pRuntimePath, in build()
/frameworks/compile/slang/
Dslang_rs_reflect_utils.cpp239 string output_path = ComputePackagedPath(context.reflectPath, in GenerateBitCodeAccessor() local
241 if (!SlangUtils::CreateDirectoryWithParents(llvm::StringRef(output_path), in GenerateBitCodeAccessor()
244 output_path.c_str()); in GenerateBitCodeAccessor()
253 string output_filename(output_path); in GenerateBitCodeAccessor()
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp242 llvm::SmallString<200> output_path(input_path); in DetermineOutputFilename() local
244 llvm::error_code err = llvm::sys::fs::make_absolute(output_path); in DetermineOutputFilename()
253 llvm::sys::path::replace_extension(output_path, "o"); in DetermineOutputFilename()
257 llvm::sys::path::remove_filename(output_path); in DetermineOutputFilename()
258 llvm::sys::path::append(output_path, "a.out"); in DetermineOutputFilename()
261 return output_path.c_str(); in DetermineOutputFilename()
/frameworks/compile/libbcc/tools/mcld/
DMain.cpp197 llvm::SmallString<200> output_path(input_path); in DetermineOutputFilename() local
199 llvm::error_code err = llvm::sys::fs::make_absolute(output_path); in DetermineOutputFilename()
206 llvm::sys::path::remove_filename(output_path); in DetermineOutputFilename()
207 llvm::sys::path::append(output_path, "a.out"); in DetermineOutputFilename()
209 return output_path.c_str(); in DetermineOutputFilename()
/frameworks/compile/mclinker/tools/mcld/
Dmain.cpp190 llvm::SmallString<200> output_path(input_path); in DetermineOutputFilename() local
192 llvm::error_code err = llvm::sys::fs::make_absolute(output_path); in DetermineOutputFilename()
199 llvm::sys::path::remove_filename(output_path); in DetermineOutputFilename()
200 llvm::sys::path::append(output_path, "a.out"); in DetermineOutputFilename()
202 return output_path.c_str(); in DetermineOutputFilename()