Home
last modified time | relevance | path

Searched defs:handle2 (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/libc-test/src/functional/
Ddlopen_ns.c71 void* handle2 = dlopen_ns(&dlns1, dllName, RTLD_NOW); in dlopen_same_so_twice_by_same_ns() local
100 void* handle2 = dlopen_ns(&dlns2, dllName, RTLD_NOW); in dlopen_same_so_by_different_ns() local
130 void* handle2 = dlopen_ns(&dlns2, dllName, RTLD_NOW); in dlopen_same_so_by_different_inherit_ns() local
196 void* handle2 = dlopen_ns(&inherit_A, dllName, RTLD_LAZY); in dlopen_inherit() local
262 void* handle2 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_test_dlns_create2() local
Ddlopen.c64 void* handle2 = dlopen(SO_LOAD_BY_GLOBAL, RTLD_GLOBAL); in dlopen_so_used_by_dlsym() local
89 void* handle2 = dlopen(SO_FOR_NO_DELETE, RTLD_NOLOAD); in dlopen_nodelete_and_noload() local
/third_party/musl/libc-test/src/functionalext/dlns/
Ddlns_special_scene.c40 void* handle2 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_special_0100() local
71 void* handle2 = dlopen_ns(&dlns_normal, dllName, RTLD_LAZY); in dlopen_ns_special_0200() local
Ddlns_inherit.c269 void* handle2 = dlopen_ns(&dlnsA, libC, RTLD_LAZY); in dlns_inherit_0900() local
309 void* handle2 = dlopen_ns(&dlnsC, dllName, RTLD_LAZY); in dlns_inherit_1000() local
Ddlns_set_fun.c257 void* handle2 = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in dlns_set_namespace_permitted_paths_0500() local
/third_party/curl/tests/libtest/
Dlib544.c67 CURL *handle2; in test() local
Dlib674.c37 CURL *handle2; in test() local
/third_party/musl/libc-test/src/functionalext/supplement/ldso/
Ddl_iterate_phdr.c144 void *handle2 = dlopen("/data/libtest.so", RTLD_NOW); in dl_iterate_phdr_0300() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_handle_test.cc128 auto* handle2 = new CordzHandle(); in TEST() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dlock_test.cc214 PlatformThreadHandle handle2 = kNullThreadHandle; in MutexFourThreads() local
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
Dldso_cfi_test.cpp64 void* handle2 = dlopen(LIB_PATH, RTLD_NOW); variable
/third_party/musl/libc-test/src/functionalext/ldso_cfi/
Dldso_cfi_check.c256 void* handle2 = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0007() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjunittest.c394 tjhandle handle2 = tjInitCompress(); in compTest() local
456 tjhandle handle2 = tjInitDecompress(); in _decompTest() local
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dflag_test.cc861 auto* handle2 = absl::FindCommandLineFlag("retired_flag_on_separate_file"); in __anond071eb010d02() local