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

  /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);
  /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);
  /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...]
  /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...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 

Completed in 333 milliseconds