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

  /device/google/cuttlefish/
host_package.mk 20 lib_path := $(notdir $(HOST_OUT_SHARED_LIBRARIES)) macro
87 $(addprefix $(lib_path)/,$(cvd_host_shared_libraries)) \
  /external/libxcam/xcore/
x3a_analyzer_manager.cpp 64 char lib_path[512]; local
81 snprintf (lib_path, sizeof(lib_path), "%s/%s", dir_path, dirent_3a->d_name);
82 analyzer = load_analyzer_from_binary (lib_path);
smart_analyzer_loader.cpp 31 SmartAnalyzerLoader::SmartAnalyzerLoader (const char *lib_path, const char *name, const char *symbol)
32 : AnalyzerLoader (lib_path, symbol)
74 char lib_path[512]; local
87 snprintf (lib_path, sizeof(lib_path), "%s/%s", dir_path, dirent_lib->d_name);
88 loader = new SmartAnalyzerLoader (lib_path, dirent_lib->d_name);
  /bionic/tests/
dlext_test.cpp 109 const std::string lib_path = GetTestlibRoot() + "/libdlext_test_fd/libdlext_test_fd.so"; local
113 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC));
115 handle_ = android_dlopen_ext(lib_path.c_str(), RTLD_NOW, &extinfo);
127 const std::string lib_path = GetTestlibRoot() + "/libdlext_test_zip/libdlext_test_zip_zipaligned.zip"; local
131 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC));
135 ASSERT_EQ(0, OpenArchive(lib_path.c_str(), &handle));
144 handle_ = android_dlopen_ext(lib_path.c_str(), RTLD_NOW, &extinfo);
153 const std::string lib_path = GetTestlibRoot() + "/libdlext_test_zip/libdlext_test_zip_zipaligned.zip"; local
157 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC));
178 ASSERT_EQ("dlopen failed: \"" + lib_path + "\" has bad ELF magic: 504b0304", dlerror())
245 const std::string lib_path = GetTestlibRoot() + lib_zip_path; local
259 const std::string lib_path = GetTestlibRoot() + lib_zip_path; local
278 const std::string lib_path = GetTestlibRoot() + lib_zip_path + "!\/libdir"; local
901 const std::string lib_path = GetTestlibRoot() + "\/libtest_simple.so"; local
945 const std::string lib_path = GetTestlibRoot() + "\/libtest_simple.so"; local
    [all...]
  /external/ImageMagick/MagickCore/
nt-base.c 2835 lib_path[MagickPathExtent]; local
    [all...]

Completed in 318 milliseconds