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

1 2

  /test/vts/drivers/hal/framework/
BinderServer.h 29 const char* lib_path);
SocketServer.h 32 const char* lib_path)
33 : VtsDriverCommUtil(), spec_builder_(spec_builder), lib_path_(lib_path) {}
61 const char* lib_path);
BinderServer.cpp 139 const char* lib_path)
140 : spec_builder_(spec_builder), lib_path_(lib_path) {}
196 const char* lib_path) {
199 new VtsFuzzerServer(spec_builder, lib_path));
SocketServer.cpp 235 const char* lib_path) {
280 new VtsDriverHalSocketServer(spec_builder, lib_path);
  /external/skia/infra/bots/assets/linux_vulkan_intel_driver_debug/
create.py 17 def create_asset(target_dir, lib_path):
19 shutil.copytree(lib_path, target_dir)
28 parser.add_argument('--lib_path', '-l', required=True)
30 create_asset(args.target_dir, args.lib_path)
create_and_upload.py 26 parser.add_argument('--lib_path', '-l', required=True)
38 '--lib_path', args.lib_path])
  /external/skia/infra/bots/assets/linux_vulkan_intel_driver_release/
create.py 17 def create_asset(target_dir, lib_path):
19 shutil.copytree(lib_path, target_dir)
28 parser.add_argument('--lib_path', '-l', required=True)
30 create_asset(args.target_dir, args.lib_path)
create_and_upload.py 26 parser.add_argument('--lib_path', '-l', required=True)
38 '--lib_path', args.lib_path])
  /external/bison/build-aux/
compile 87 lib_path=
122 for dir in $lib_path $LIB
143 if test -z "$lib_path"; then
144 lib_path=$file
146 lib_path="$lib_path;$file"
  /external/libcap-ng/libcap-ng-0.7/
compile 87 lib_path=
122 for dir in $lib_path $LIB
143 if test -z "$lib_path"; then
144 lib_path=$file
146 lib_path="$lib_path;$file"
  /external/libevent/
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
128 lib_path=
  /external/libnfnetlink/build-aux/
compile 87 if test -z "$lib_path"; then
88 lib_path=$file
90 lib_path="$lib_path;$file"
103 for dir in $lib_path $LIB
129 lib_path=
  /toolchain/binutils/binutils-2.25/
Makefile.def 48 host_modules= { module= gmp; lib_path=.libs; bootstrap=true;
57 host_modules= { module= mpfr; lib_path=.libs; bootstrap=true;
60 host_modules= { module= mpc; lib_path=.libs; bootstrap=true;
63 host_modules= { module= isl; lib_path=.libs; bootstrap=true;
67 host_modules= { module= cloog; lib_path=.libs; bootstrap=true;
72 host_modules= { module= libelf; lib_path=.libs; bootstrap=true;
118 lib_path=src/.libs;
122 lib_path=.libs;
126 lib_path=.libs;
129 lib_path=.libs; }
    [all...]
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/ImageMagick/config/
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/google-breakpad/autotools/
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/libedit/
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/libmicrohttpd/
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/libnetfilter_conntrack/build-aux/
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/pcre/dist2/
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/protobuf/
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/protobuf/gtest/build-aux/
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/strace/
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=
  /bionic/tests/
dlext_test.cpp 106 const std::string lib_path = get_testlib_root() + "/libdlext_test_fd/libdlext_test_fd.so"; local
110 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC));
112 handle_ = android_dlopen_ext(lib_path.c_str(), RTLD_NOW, &extinfo);
124 const std::string lib_path = get_testlib_root() + "/libdlext_test_zip/libdlext_test_zip_zipaligned.zip"; local
128 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC));
132 ASSERT_EQ(0, OpenArchive(lib_path.c_str(), &handle));
141 handle_ = android_dlopen_ext(lib_path.c_str(), RTLD_NOW, &extinfo);
150 const std::string lib_path = get_testlib_root() + "/libdlext_test_zip/libdlext_test_zip_zipaligned.zip"; local
154 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC));
175 ASSERT_EQ("dlopen failed: \"" + lib_path + "\" has bad ELF magic", dlerror())
236 const std::string lib_path = get_testlib_root() + lib_zip_path; local
250 const std::string lib_path = get_testlib_root() + lib_zip_path; local
269 const std::string lib_path = get_testlib_root() + lib_zip_path + "!\/libdir"; local
823 const std::string lib_path = get_testlib_root() + "\/libtest_simple.so"; local
867 const std::string lib_path = get_testlib_root() + "\/libtest_simple.so"; local
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_utils.py 107 pygtk_tarball, lib_path = pygtk_info
114 lib_path)

Completed in 1049 milliseconds

1 2