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

/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp301 llvm::sys::Path lib_path; local
307 lib_path = *search_path_iter;
308 lib_path.appendComponent("lib" + lib);
309 lib_path.appendSuffix(llvm::sys::Path::GetDLLSuffix());
311 if (lib_path.isEmpty()) {
312 if (!lib_path.isDynamicLibrary()) {
313 lib_path = llvm::sys::Path();
319 if (lib_path.isEmpty()) {
323 lib_path = llvm::sys::Path::FindLibrary(lib_tmp);
325 if (lib_path
[all...]

Completed in 42 milliseconds