HomeSort by relevance Sort by last modified time
    Searched refs:lib_path (Results 1 - 4 of 4) sorted by null

  /external/bison/build-aux/
compile 87 lib_path=
122 for dir in $lib_path $LIB
143 if test -z "$lib_path"; then
144 lib_path=$file
146 lib_path="$lib_path;$file"
  /external/libcap-ng/libcap-ng-0.7/
compile 87 lib_path=
122 for dir in $lib_path $LIB
143 if test -z "$lib_path"; then
144 lib_path=$file
146 lib_path="$lib_path;$file"
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 301 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.isEmpty())
    [all...]
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 200 lib_path = os.path.join(local_library_directory, lib + ".so")
201 if not os.path.exists(lib_path) and self.verbose:
203 + lib_path + "."
204 ret.append(lib_path)

Completed in 3554 milliseconds