Home
last modified time | relevance | path

Searched defs:lib_path (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/dll/
Dshared_library.hpp118 …explicit shared_library(const boost::dll::fs::path& lib_path, load_mode::type mode = load_mode::de… in shared_library()
131 …shared_library(const boost::dll::fs::path& lib_path, boost::dll::fs::error_code& ec, load_mode::ty… in shared_library()
136 …shared_library(const boost::dll::fs::path& lib_path, load_mode::type mode, boost::dll::fs::error_c… in shared_library()
244 … void load(const boost::dll::fs::path& lib_path, load_mode::type mode = load_mode::default_mode) { in load()
266 …void load(const boost::dll::fs::path& lib_path, boost::dll::fs::error_code& ec, load_mode::type mo… in load()
272 …void load(const boost::dll::fs::path& lib_path, load_mode::type mode, boost::dll::fs::error_code& … in load()
/third_party/boost/libs/dll/example/tutorial1/
Dtutorial1.cpp19 …boost::dll::fs::path lib_path(argv[1]); // argv[1] contains path to directory with our… in main() local
/third_party/mindspore/mindspore/lite/src/common/
Ddynamic_library_loader.cc31 int DynamicLibraryLoader::Open(const std::string &lib_path) { in Open()
/third_party/boost/libs/dll/example/mangled/
Dimport_class.cpp21 …boost::dll::fs::path lib_path(argv[1]); // argv[1] contains path to directory with our plugin… in main() local
Dsmart_lib.cpp20 …boost::dll::fs::path lib_path(argv[1]); // argv[1] contains path to directory with our plugin… in main() local
/third_party/boost/libs/dll/test/
Dtemplate_method_linux_test.cpp32 boost::dll::fs::path lib_path = b2_workarounds::first_lib_from_argv(argc, argv); in main() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/
Dplugin_op.cc77 PluginOp::PluginOp(const std::string &lib_path, const std::string &func_name, const std::string &us… in PluginOp()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/data/
Dtransforms_ir.h278 …explicit PluginOperation(const std::string &lib_path, const std::string &func_name, const std::str… in PluginOperation()
/third_party/mindspore/mindspore/dataset/transforms/
Dc_transforms.py511 def __init__(self, lib_path, func_name, user_args=None): argument
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c3353 int dlns_create2(Dl_namespace *dlns, const char *lib_path, int flags) in dlns_create2()
3402 int dlns_create(Dl_namespace *dlns, const char *lib_path) in dlns_create()
3889 int dlns_set_namespace_lib_path(const char * name, const char * lib_path) in dlns_set_namespace_lib_path()
4104 char *lib_path = &z_info->path_buf[z_info->file_path_index]; in open_uncompressed_library_in_zipfile() local
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc172 …[&](const std::string &lib_path) { return lite::opencl::LoadLibraryFromPath(lib_path, handle_ptr);… in LoadOpenCLLibrary()
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp155 … [&](const std::string &lib_path) { return OHOS::LoadLibraryFromPath(lib_path, handle_ptr); }); in LoadOpenCLLibrary()