HomeSort by relevance Sort by last modified time
    Searched refs:libpath (Results 26 - 50 of 77) sorted by null

12 3 4

  /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 1318 std::string libpath = get_testlib_root() + "\/libtest_dt_runpath_d.so"; local
1513 const std::string libpath = get_testlib_root() + local
1523 const std::string libpath = get_testlib_root() + local
1534 const std::string libpath = get_testlib_root() + local
1545 const std::string libpath = get_testlib_root() + local
1556 const std::string libpath = get_testlib_root() + local
1567 const std::string libpath = get_testlib_root() + local
1578 const std::string libpath = get_testlib_root() + local
1589 const std::string libpath = get_testlib_root() + local
1600 const std::string libpath = get_testlib_root() + local
    [all...]
  /build/make/target/product/
aosp_arm64.mk 18 vendor.rild.libpath=/vendor/lib64/libreference-ril.so
aosp_mips64.mk 18 rild.libpath=/vendor/lib64/libreference-ril.so
aosp_x86_64.mk 18 vendor.rild.libpath=/vendor/lib64/libreference-ril.so
  /device/google/cuttlefish/shared/phone/
device.mk 25 rild.libpath=libvsoc-ril.so \
  /device/google/cuttlefish/shared/tablet_3g/
device.mk 25 rild.libpath=libvsoc-ril.so \
  /art/test/115-native-bridge/
nativebridge.cc 440 extern "C" void* native_bridge_loadLibrary(const char* libpath, int flag) {
441 if (strstr(libpath, "libinvalid.so") != nullptr) {
445 size_t len = strlen(libpath);
447 strncpy(tmp, libpath, len);
458 printf("Was looking for %s.\n", libpath);
482 extern "C" bool native_bridge_isSupported(const char* libpath) {
485 if (libpath == nullptr) {
489 return strcmp(libpath, "libjavacore.so") != 0;
643 extern "C" void* native_bridge_loadLibraryExt(const char* libpath ATTRIBUTE_UNUSED,
  /system/sepolicy/tests/
treble_sepolicy_tests.py 328 parser.add_option("-l", "--library-path", dest="libpath", metavar="FILE")
339 if not options.libpath:
341 if not os.path.exists(options.libpath):
342 sys.exit("Error: library-path " + options.libpath + " does not exist\n"
364 basepol = policy.Policy(options.basepolicy, None, options.libpath)
365 oldpol = policy.Policy(options.oldpolicy, None, options.libpath)
373 pol = policy.Policy(options.policy, options.file_contexts, options.libpath)
  /toolchain/binutils/binutils-2.27/ld/testsuite/config/
default.exp 71 if {[file exists tmpdir/libpath.exp]} {
72 load_lib tmpdir/libpath.exp
74 foreach dir $libpath {
  /external/libcxx/utils/libcxx/android/test/
format.py 28 libpath = os.pathsep.join([
32 default_env = {'LD_LIBRARY_PATH': libpath}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
site.py 312 libpath = os.environ['BEGINLIBPATH'].split(os.path.pathsep)
313 if libpath[-1]:
314 libpath.append(dllpath)
316 libpath[-1] = dllpath
317 os.environ['BEGINLIBPATH'] = os.path.pathsep.join(libpath)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
site.py 320 libpath = os.environ['BEGINLIBPATH'].split(os.path.pathsep)
321 if libpath[-1]:
322 libpath.append(dllpath)
324 libpath[-1] = dllpath
325 os.environ['BEGINLIBPATH'] = os.path.pathsep.join(libpath)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
site.py 338 libpath = os.environ['BEGINLIBPATH'].split(';')
339 if libpath[-1]:
340 libpath.append(dllpath)
342 libpath[-1] = dllpath
343 os.environ['BEGINLIBPATH'] = ';'.join(libpath)
  /external/python/cpython2/Lib/
site.py 321 libpath = os.environ['BEGINLIBPATH'].split(';')
322 if libpath[-1]:
323 libpath.append(dllpath)
325 libpath[-1] = dllpath
326 os.environ['BEGINLIBPATH'] = ';'.join(libpath)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/python/cpython3/Lib/ctypes/
util.py 282 libpath = os.environ.get('LD_LIBRARY_PATH')
283 if libpath:
284 for d in libpath.split(':'):
  /external/python/cpython2/PC/VS7.1/
_ssl.mak 17 SSL_LIBS=gdi32.lib wsock32.lib user32.lib advapi32.lib /LIBPATH:$(SSL_LIB_DIR) libeay32.lib ssleay32.lib
20 HASH_LIBS=gdi32.lib user32.lib advapi32.lib /libpath:$(SSL_LIB_DIR) libeay32.lib
  /toolchain/binutils/binutils-2.27/gold/
options.cc 1148 std::string libpath; local
1151 libpath = this->Y();
1152 if (libpath.compare(0, 2, "P,") == 0)
1153 libpath.erase(0, 2);
1162 libpath = p;
1174 if (!libpath.empty())
1180 next_pos = libpath.find(':', pos);
1185 this->add_to_library_path_with_sysroot(libpath.substr(pos, len));
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
genscripts.sh 107 # be set for any libpath-using emulation; NATIVE will be set for a
108 # libpath-using emulation where ${host} = ${target}. NATIVE
133 # To force a logically empty LIB_PATH, do LIBPATH=":".
193 # except when LIBPATH=":".
237 rm -f tmpdir/libpath.exp
238 echo "set libpath \"${LIB_PATH}\"" | sed -e 's/:/ /g' > tmpdir/libpath.exp
  /prebuilts/go/darwin-x86/src/cmd/nm/
nm_test.go 172 libpath := filepath.Join(gopath, "src", "mylib")
174 err = os.MkdirAll(libpath, 0777)
178 src := filepath.Join(libpath, "a.go")
  /prebuilts/go/linux-x86/src/cmd/nm/
nm_test.go 172 libpath := filepath.Join(gopath, "src", "mylib")
174 err = os.MkdirAll(libpath, 0777)
178 src := filepath.Join(libpath, "a.go")

Completed in 706 milliseconds

12 3 4