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

/external/chromium/chrome/browser/importer/
H A Die_importer.cc216 HMODULE pstorec_dll = LoadLibrary(L"pstorec.dll"); local
217 if (!pstorec_dll)
220 (PStoreCreateFunc)GetProcAddress(pstorec_dll, "PStoreCreateInstance");
222 FreeLibrary(pstorec_dll);
229 FreeLibrary(pstorec_dll);
241 FreeLibrary(pstorec_dll);
274 FreeLibrary(pstorec_dll);

Completed in 24 milliseconds