Searched refs:DRAG_EXTENSION_SO_PATH (Results 1 – 1 of 1) sorted by relevance
27 const std::string DRAG_EXTENSION_SO_PATH = "system/lib64/module/autorun/libhmos_drag_drop.z.so"; variable29 const std::string DRAG_EXTENSION_SO_PATH = "system/lib/module/autorun/libhmos_drag_drop.z.so";35 auto handle = dlopen(DRAG_EXTENSION_SO_PATH.c_str(), RTLD_LAZY); in CallDragExtFunc()