Searched refs:load_path (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/dll/detail/windows/ |
D | shared_library_impl.hpp | 168 …bool load_impl(const boost::dll::fs::path &load_path, boost::winapi::DWORD_ mode, boost::dll::fs::… in load_impl() argument 169 handle_ = boost::winapi::LoadLibraryExW(load_path.c_str(), 0, mode); in load_impl() 175 if (boost::dll::fs::exists(load_path)) { in load_impl()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_frei0r.c | 173 static int load_path(AVFilterContext *ctx, void **handle_ptr, const char *prefix, const char *name) in load_path() function 221 ret = load_path(ctx, &s->dl_handle, p1, dl_name); in frei0r_init() 238 ret = load_path(ctx, &s->dl_handle, prefix, dl_name); in frei0r_init() 244 ret = load_path(ctx, &s->dl_handle, frei0r_pathlist[i], dl_name); in frei0r_init()
|