Searched refs:libName (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddlltest.c81 char *libName; local
95 libName = PR_GetLibraryName("dll", "my");
96 if (debug_mode) printf("Loading library %s\n", libName);
97 lib = PR_LoadLibrary(libName);
98 PR_FreeLibraryName(libName);
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsNativeComponentLoader.cpp1121 nsNativeComponentLoader::AddDependentLibrary(nsIFile* aFile, const char* libName) argument
1134 if (!libName)
1146 data.Append(nsDependentCString(libName));

Completed in 663 milliseconds