Home
last modified time | relevance | path

Searched defs:remoteInstallModule (Results 1 – 2 of 2) sorted by relevance

/dports/misc/sword/sword-1.8.1/bindings/java-jni/src/org/crosswire/android/sword/
H A DInstallMgr.java40 …public native int remoteInstallModule(String sourceName, String modName, InstallProgr… in remoteInstallModule() method in InstallMgr
41 …public int remoteInstallModule(String sourceName, String modName) { return rem… in remoteInstallModule() method in InstallMgr
/dports/misc/sword/sword-1.8.1/utilities/
H A Dinstallmgr.cpp335 void remoteInstallModule(const char *sourceName, const char *modName) { in remoteInstallModule() function