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/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/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.cpp78 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt, UBool noVersion);
365 o.libName = options[LIBNAME].value;
367 o.libName = o.shortName;
646 /* Using the base libName and version number, generate the library file names. */
647 createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVersion);
855 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
858 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt, UBool noVersion) { argument
862 sprintf(libFileNames[LIB_FILE], "%s", libName);
866 libName);
871 libName);
[all...]
/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.c46 char libName[UPLUG_NAME_MAX]; /**< library name */ member in struct:UPlugData
113 * @param libName libname to search for
116 static int32_t searchForLibraryName(const char *libName) { argument
120 if(!uprv_strcmp(libName, libraryList[i].name)) {
155 uplug_openLibrary(const char *libName, UErrorCode *status) { argument
161 libEntry = searchForLibraryName(libName);
174 libraryList[libEntry].lib = uprv_dl_open(libName, status);
176 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
184 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
190 uprv_strncpy(libraryList[libEntry].name,libName,UPLUG_NAME_MA
544 uplug_initErrorPlug(const char *libName, const char *sym, const char *config, const char *nameOrError, UErrorCode loadStatus, UErrorCode *status) argument
576 uplug_initPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) argument
607 uplug_loadPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) argument
[all...]
H A Dputil.cpp2125 uprv_dl_open(const char *libName, UErrorCode *status) { argument
2128 ret = dlopen(libName, RTLD_NOW|RTLD_GLOBAL);
2131 printf("dlerror on dlopen(%s): %s\n", libName, dlerror());
2167 uprv_dl_open(const char *libName, UErrorCode *status) { argument
2196 uprv_dl_open(const char *libName, UErrorCode *status) { argument
2201 lib = LoadLibraryA(libName);
2248 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.cpp3958 jclass WebViewCore::getPluginClass(const WTF::String& libName, const char* className) argument
3965 jstring libString = wtfStringToJstring(env, libName);

Completed in 373 milliseconds