Searched defs:libName (Results 1 - 18 of 18) sorted by relevance

/external/qemu/android/utils/
H A Ddll.c67 char* libName = (char*) libraryName; local
72 libName = append_string(libraryName, ".dll");
77 result = (ADynamicLibrary*) LoadLibrary( libName );
83 if (libName != libraryName) {
84 free(libName);
132 char* libName = (char*) libraryName; local
143 libName = append_string(libraryName, SO_EXTENSION);
148 result = dlopen( libName, RTLD_LAZY );
154 if (libName != (char*)libraryName) {
155 free(libName);
[all...]
/external/expat/amiga/
H A Dexpat_lib.c56 struct Interface *openInterface(struct ExecIFace *IExec, CONST_STRPTR libName, uint32 libVer);
227 struct Interface *openInterface(struct ExecIFace *IExec, CONST_STRPTR libName, uint32 libVer) argument
229 struct Library *base = IExec->OpenLibrary(libName, libVer);
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.h95 * @param libName Name of the .lib, etc file
98 void pkg_sttc_writeReadme(struct UPKGOptions_ *opt, const char *libName, UErrorCode *status);
124 const char *libName; /* name for library (default: shortName) */ member in struct:UPKGOptions_
H A Dpkgdata.cpp123 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt);
378 o.libName = options[LIBNAME].value;
380 o.libName = o.shortName;
631 /* Using the base libName and version number, generate the library file names. */
632 createFileNames(o, mode, version_major, o->version, o->libName, reverseExt);
816 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
819 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt) { argument
822 libName);
831 libName,
834 libName,
[all...]
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/
H A DFastTimes.c83 static Ptr FindFunctionInSharedLib(StringPtr libName, StringPtr funcName);
336 static Ptr FindFunctionInSharedLib(StringPtr libName, StringPtr funcName) { argument
345 if (/* error = */ GetSharedLibrary(libName, kCompiledCFragArch,
/external/qemu/android/
H A Dmain-emulator.c67 static char* getSharedLibraryPath(const char* progName, const char* libName);
312 getSharedLibraryPath(const char* progName, const char* libName) argument
326 if (probePathForFile(progDir, libName)) {
335 if (p < end && probePathForFile(temp, libName)) {
353 if (p < end && probePathForFile(temp, libName)) {
/external/icu4c/common/
H A Dicuplug.c42 char libName[UPLUG_NAME_MAX]; /**< library name */ member in struct:UPlugData
109 * @param libName libname to search for
112 static int32_t searchForLibraryName(const char *libName) { argument
116 if(!uprv_strcmp(libName, libraryList[i].name)) {
151 uplug_openLibrary(const char *libName, UErrorCode *status) { argument
157 libEntry = searchForLibraryName(libName);
170 libraryList[libEntry].lib = uprv_dl_open(libName, status);
172 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
180 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
186 uprv_strncpy(libraryList[libEntry].name,libName,UPLUG_NAME_MA
539 uplug_initErrorPlug(const char *libName, const char *sym, const char *config, const char *nameOrError, UErrorCode loadStatus, UErrorCode *status) argument
574 uplug_initPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) argument
605 uplug_loadPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) argument
[all...]
H A Dputil.c2099 uprv_dl_open(const char *libName, UErrorCode *status) { argument
2102 ret = dlopen(libName, RTLD_NOW|RTLD_GLOBAL);
2143 uprv_dl_open(const char *libName, UErrorCode *status) { argument
2172 uprv_dl_open(const char *libName, UErrorCode *status) { argument
2177 lib = LoadLibraryA(libName);
2224 uprv_dl_open(const char *libName, UErrorCode *status) { argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp3956 jclass WebViewCore::getPluginClass(const WTF::String& libName, const char* className) argument
3963 jstring libString = wtfStringToJstring(env, libName);

Completed in 398 milliseconds