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

1 2 3

  /build/make/target/board/generic/
system.prop 5 rild.libpath=/vendor/lib/libreference-ril.so
  /build/make/target/board/generic_arm64/
system.prop 5 rild.libpath=/vendor/lib64/libreference-ril.so
  /build/make/target/board/generic_x86/
system.prop 5 rild.libpath=/vendor/lib/libreference-ril.so
  /build/make/target/board/generic_x86_64/
system.prop 5 rild.libpath=/vendor/lib64/libreference-ril.so
  /build/make/target/board/generic_x86_arm/
system.prop 5 rild.libpath=/vendor/lib/libreference-ril.so
  /external/e2fsprogs/lib/ss/
get_readline.c 47 const char **t, *libpath = 0; local
54 libpath = ss_safe_getenv("SS_READLINE_PATH");
55 if (!libpath)
56 libpath = DEFAULT_LIBPATH;
57 if (*libpath == 0 || !strcmp(libpath, "none"))
60 tmp = malloc(strlen(libpath)+1);
63 strcpy(tmp, libpath);
  /external/swiftshader/third_party/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/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/swiftshader/third_party/llvm-7.0/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/compiler-rt/test/asan/TestCases/Posix/
global-registration.c 37 char *libpath = malloc(strlen(argv[0]) + strlen(libsuffix) + 1); local
38 sprintf(libpath, "%s%s", argv[0], libsuffix);
40 void *handle = dlopen(libpath, RTLD_NOW);
  /device/google/atv/products/
sdk_atv_x86.mk 17 rild.libpath=/vendor/lib/libreference-ril.so
  /external/bcc/tools/
funclatency.py 87 libpath = BPF.find_library(library) or BPF.find_exe(library) variable
88 if not libpath:
90 library = libpath
funccount.py 73 libpath = BPF.find_library(self.library)
74 if libpath is None:
76 libpath = BPF.find_exe(self.library)
77 if libpath is None or len(libpath) == 0:
79 self.library = libpath
stackcount.py 68 libpath = BPF.find_library(self.library)
69 if libpath is None:
71 libpath = BPF.find_exe(self.library)
72 if libpath is None or len(libpath) == 0:
74 self.library = libpath
  /external/libcxx/utils/libcxx/android/test/
format.py 28 libpath = os.pathsep.join([
32 env = {'LD_LIBRARY_PATH': libpath}
  /external/python/cpython2/PC/VC6/
_ssl.mak 16 LIBS=gdi32.lib wsock32.lib user32.lib advapi32.lib /libpath:$(SSL_LIB_DIR) libeay32.lib ssleay32.lib
  /bionic/tests/
dlfcn_test.cpp 1317 std::string libpath = GetTestlibRoot() + "\/libtest_dt_runpath_d.so"; local
1637 const std::string libpath = GetTestlibRoot() + local
1647 const std::string libpath = GetTestlibRoot() + local
1658 const std::string libpath = GetTestlibRoot() + local
1669 const std::string libpath = GetTestlibRoot() + local
1680 const std::string libpath = GetTestlibRoot() + local
1691 const std::string libpath = GetTestlibRoot() + local
1702 const std::string libpath = GetTestlibRoot() + local
1713 const std::string libpath = GetTestlibRoot() + local
1724 const std::string libpath = GetTestlibRoot() + local
    [all...]
  /device/google/cuttlefish/shared/gsi/
device.mk 34 vendor.rild.libpath=libcuttlefish-ril.so \
  /device/google/cuttlefish/shared/phone/
device.mk 29 vendor.rild.libpath=libcuttlefish-ril.so \
  /device/google/cuttlefish/shared/tablet_3g/
device.mk 29 vendor.rild.libpath=libcuttlefish-ril.so \
  /art/test/115-native-bridge/
nativebridge.cc 441 extern "C" void* native_bridge_loadLibrary(const char* libpath, int flag) {
442 if (strstr(libpath, "libinvalid.so") != nullptr) {
446 size_t len = strlen(libpath);
448 strncpy(tmp, libpath, len);
459 printf("Was looking for %s.\n", libpath);
483 extern "C" bool native_bridge_isSupported(const char* libpath) {
486 if (libpath == nullptr) {
490 return strcmp(libpath, "libjavacore.so") != 0;
644 extern "C" void* native_bridge_loadLibraryExt(const char* libpath ATTRIBUTE_UNUSED,
  /device/generic/goldfish/
arm32-vendor.mk 4 vendor.rild.libpath=/vendor/lib/libgoldfish-ril.so
arm64-vendor.mk 4 vendor.rild.libpath=/vendor/lib64/libgoldfish-ril.so
x86-vendor.mk 4 vendor.rild.libpath=/vendor/lib/libgoldfish-ril.so
x86_64-vendor.mk 4 vendor.rild.libpath=/vendor/lib64/libgoldfish-ril.so

Completed in 548 milliseconds

1 2 3