Searched refs:LoadOperations (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/
H A DDLL.cpp30 bool CLibrary::LoadOperations(HMODULE newModule) function in class:NWindows::NDLL::CLibrary
43 return LoadOperations(::LoadLibraryEx(fileName, NULL, flags));
52 return LoadOperations(::LoadLibrary(fileName));
63 return LoadOperations(::LoadLibraryExW(fileName, NULL, flags));
69 return LoadOperations(::LoadLibraryW(fileName));
H A DDLL.h19 bool LoadOperations(HMODULE newModule);
/external/chromium/net/tools/crash_cache/
H A Dcrash_cache.cc253 int LoadOperations(const FilePath& path, RankCrashes action, function
328 return LoadOperations(full_path, action, &cache_thread);
340 return LoadOperations(full_path, action, &cache_thread);
/external/chromium_org/net/tools/crash_cache/
H A Dcrash_cache.cc264 int LoadOperations(const base::FilePath& path, RankCrashes action, function
341 return LoadOperations(full_path, action, &cache_thread);
353 return LoadOperations(full_path, action, &cache_thread);

Completed in 126 milliseconds