Searched refs:output_path (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSCompilerDriver.cpp | 84 llvm::SmallString<80> output_path(pCacheDir); in loadScript() local 85 llvm::sys::path::append(output_path, pResName); in loadScript() 86 llvm::sys::path::replace_extension(output_path, ".o"); in loadScript() 88 dep_info.push(std::make_pair(output_path.c_str(), bitcode_sha1)); in loadScript() 93 FileMutex<FileBase::kReadLock> read_output_mutex(output_path.c_str()); in loadScript() 96 ALOGE("Unable to acquire the read lock for %s! (%s)", output_path.c_str(), in loadScript() 104 InputFile *object_file = new (std::nothrow) InputFile(output_path.c_str()); in loadScript() 116 android::String8 info_path = RSInfo::GetPath(output_path.c_str()); in loadScript() 120 output_path.c_str(), info_path.string(), in loadScript() 370 llvm::SmallString<80> output_path(pCacheDir); in build() local [all …]
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
D | Main.cpp | 234 llvm::SmallString<200> output_path(input_path); in DetermineOutputFilename() local 236 llvm::error_code err = llvm::sys::fs::make_absolute(output_path); in DetermineOutputFilename() 245 llvm::sys::path::replace_extension(output_path, "o"); in DetermineOutputFilename() 249 llvm::sys::path::remove_filename(output_path); in DetermineOutputFilename() 250 llvm::sys::path::append(output_path, "a.out"); in DetermineOutputFilename() 253 return output_path.c_str(); in DetermineOutputFilename()
|
/frameworks/compile/slang/ |
D | slang_rs_reflect_utils.cpp | 239 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/mclinker/tools/mcld/ |
D | main.cpp | 190 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()
|