Searched refs:DLPath (Results 1 – 1 of 1) sorted by relevance
536 const char *DLPath = !Path.empty() ? Path.c_str() : nullptr; in loadDylib() local537 auto DL = sys::DynamicLibrary::getPermanentLibrary(DLPath, &ErrMsg); in loadDylib()