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

/external/chromium_org/third_party/power_gadget/
H A DPowerGadgetLib.cpp80 static bool GetLibraryLocation(wstring& strLocation) argument
94 strLocation = wstring(pszPath) + L"\\EnergyLib64.dll";
96 strLocation = wstring(pszPath) + L"\\EnergyLib32.dll";
123 wstring strLocation; local
124 if (GetLibraryLocation(strLocation) == false)
130 g_hModule = LoadLibrary(strLocation.c_str());

Completed in 79 milliseconds