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

  /build/target/board/generic/
system.prop 5 rild.libpath=/system/lib/libreference-ril.so
  /build/target/board/generic_armv5/
system.prop 5 rild.libpath=/system/lib/libreference-ril.so
  /build/target/board/generic_mips/
system.prop 5 rild.libpath=/system/lib/libreference-ril.so
  /build/target/board/generic_x86/
system.prop 5 rild.libpath=/system/lib/libreference-ril.so
  /build/target/board/vbox_x86/
system.prop 5 rild.libpath=/system/lib/libreference-ril.so
  /external/e2fsprogs/lib/ss/
get_readline.c 46 const char **t, *libpath = 0; local
53 libpath = ss_safe_getenv("SS_READLINE_PATH");
54 if (!libpath)
55 libpath = DEFAULT_LIBPATH;
56 if (*libpath == 0 || !strcmp(libpath, "none"))
59 tmp = malloc(strlen(libpath)+1);
62 strcpy(tmp, libpath);
  /external/llvm/utils/
GenLibDeps.pl 88 my $libpath = $lib;
89 $libpath =~ s/^libLLVM(.*)\.a/$1/;
90 $libpath =~ s/(.+)CodeGen$/Target\/$1/;
91 $libpath =~ s/(.+)AsmPrinter$/Target\/$1\/AsmPrinter/;
92 $libpath =~ s/(.+)AsmParser$/Target\/$1\/AsmParser/;
93 $libpath =~ s/(.+)Info$/Target\/$1\/TargetInfo/;
94 $libpath =~ s/(.+)Disassembler$/Target\/$1\/Disassembler/;
95 $libpath =~ s/SelectionDAG/CodeGen\/SelectionDAG/;
96 $libpath =~ s/^AsmPrinter/CodeGen\/AsmPrinter/;
97 $libpath =~ s/^BitReader/Bitcode\/Reader/
    [all...]
  /external/chromium_org/build/linux/
pkg-config-wrapper 31 libpath="lib64"
33 libpath="lib"
39 config_path=$root/usr/$libpath/pkgconfig:$root/usr/share/pkgconfig
  /packages/inputmethods/LatinIME/tools/dicttool/etc/
dicttool_aosp 64 libpath=`cygpath -w "$frameworkdir/$lib"`
68 libpath="$frameworkdir/$lib"
72 exec java -ea -classpath "$libpath":"$jarpath" -Djava.library.path="$libdir" "$classname" "$@"
  /device/asus/deb/
device.mk 42 rild.libpath=/system/lib/libril-qc-qmi-1.so
  /external/chromium_org/native_client_sdk/src/tools/
sel_ldr.py 104 libpath = os.path.join(NACL_SDK_ROOT, 'lib',
107 libpath = os.path.join(NACL_SDK_ROOT, 'lib',
119 libpath += ':' + sdk_lib_dir
121 cmd.append(libpath)
create_nmf.py 626 libpath = [
640 libpath = [os.path.normpath(p) for p in libpath]
641 libpath = [os.path.join(sdk_root, p) for p in libpath]
642 return libpath
655 parser.add_option('--no-default-libpath', action='store_true',
723 for libpath in options.lib_path:
724 if not os.path.exists(libpath):
725 sys.stderr.write('Specified library path does not exist: %s\n' % libpath)
    [all...]
  /external/stlport/test/eh/
intel.mak 35 CPP_LIBS = /link /libpath:"..\..\lib"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py 326 libpath = os.environ['BEGINLIBPATH'].split(';')
327 if libpath[-1]:
328 libpath.append(dllpath)
330 libpath[-1] = dllpath
331 os.environ['BEGINLIBPATH'] = ';'.join(libpath)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 326 libpath = os.environ['BEGINLIBPATH'].split(';')
327 if libpath[-1]:
328 libpath.append(dllpath)
330 libpath[-1] = dllpath
331 os.environ['BEGINLIBPATH'] = ';'.join(libpath)
  /external/libffi/testsuite/lib/
libffi-dg.exp 24 load_gcc_lib target-libpath.exp
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 1020 const String& libpath,
1023 DLOG(_T("UPDATE libname=%s path=%s\n"), libname.c_str(), libpath.c_str());
1034 if (!libfile.Open(libpath.c_str(), &error)) {
1044 libpath.c_str());
1047 node.Set(LibNode::NODE_PATH, libpath);
1091 String libpath; local
1092 if (FindLibraryPath(libname, lib_search_path, &libpath)) {
1093 UpdateDependencies(libname, libpath, deps, queue);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_trace.py 304 libpath = os.path.normpath(os.path.dirname(os.__file__))
306 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix, libpath],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_trace.py 304 libpath = os.path.normpath(os.path.dirname(os.__file__))
306 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix, libpath],
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 179 LFLAGS = /libpath:"$(WINPCAPDIR)\Lib" /libpath:"$(OPENSSLDIR)\lib"
  /external/libffi/testsuite/
Makefile.am 19 lib/target-libpath.exp lib/wrapper.exp libffi.call/call.exp \
  /device/lge/mako/
device.mk 246 rild.libpath=/system/lib/libril-qc-qmi-1.so
  /device/lge/hammerhead/
device.mk 317 rild.libpath=/system/lib/libril-qc-qmi-1.so

Completed in 893 milliseconds