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

12

  /external/valgrind/
compile 86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
  /toolchain/binutils/binutils-2.25/
compile 86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
  /external/skia/infra/bots/assets/chromebook_arm_gles/
create.py 61 parser.add_argument('--lib_path', '-l', required=True)
63 create_asset(args.target_dir, args.lib_path)
  /bionic/tests/
dlext_test.cpp 107 const std::string lib_path = get_testlib_root() + "/libdlext_test_fd/libdlext_test_fd.so"; local
111 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC));
113 handle_ = android_dlopen_ext(lib_path.c_str(), RTLD_NOW, &extinfo);
125 const std::string lib_path = get_testlib_root() + "/libdlext_test_zip/libdlext_test_zip_zipaligned.zip"; local
129 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC));
133 ASSERT_EQ(0, OpenArchive(lib_path.c_str(), &handle));
142 handle_ = android_dlopen_ext(lib_path.c_str(), RTLD_NOW, &extinfo);
151 const std::string lib_path = get_testlib_root() + "/libdlext_test_zip/libdlext_test_zip_zipaligned.zip"; local
155 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC));
176 ASSERT_EQ("dlopen failed: \"" + lib_path + "\" has bad ELF magic", dlerror())
237 const std::string lib_path = get_testlib_root() + lib_zip_path; local
251 const std::string lib_path = get_testlib_root() + lib_zip_path; local
270 const std::string lib_path = get_testlib_root() + lib_zip_path + "!\/libdir"; local
824 const std::string lib_path = get_testlib_root() + "\/libtest_simple.so"; local
868 const std::string lib_path = get_testlib_root() + "\/libtest_simple.so"; local
    [all...]
  /test/vts/drivers/hal/server/
SocketServer.cpp 226 const char* lib_path) {
271 new VtsDriverHalSocketServer(driver_manager, lib_path);
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_utils.py 107 pygtk_tarball, lib_path = pygtk_info
114 lib_path)
touchbotII_robot_wrapper.py 340 for lib_path in [conf.robot_lib_path, conf.robot_lib_path_local]:
342 (lib_path, conf.python_package))
  /frameworks/rs/
build_rs.py 135 lib_path = os.path.join(mingw_dir, 'x86_64-w64-mingw32/lib32', lib_name)
138 install_file(lib_path, lib_install)
  /external/skia/infra/bots/recipes/
perf.py 299 lib_path = api.vars.slave_dir.join('linux_vulkan_sdk', 'lib')
302 'LD_LIBRARY_PATH': '%s:%s' % (lib_path, dri_path),
test.py 718 lib_path = api.vars.slave_dir.join('linux_vulkan_sdk', 'lib')
721 'LD_LIBRARY_PATH': '%s:%s' % (lib_path, dri_path),
    [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)
  /external/python/cpython2/Mac/BuildScript/
build-installer.py     [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py     [all...]

Completed in 1408 milliseconds

12