Searched refs:lpFileName (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/stats_viewer/
H A Dwin32.cs31 String lpFileName, int dwDesiredAccess, int dwShareMode,
30 CreateFile( String lpFileName, int dwDesiredAccess, int dwShareMode, IntPtr lpSecurityAttributes, int dwCreationDisposition, int dwFlagsAndAttributes, IntPtr hTemplateFile) argument
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DNativeMethods.cs57 public static extern SafeFileHandle CreateFile(string lpFileName, argument
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc370 static HMODULE WINAPI Perftools_LoadLibraryExW(LPCWSTR lpFileName,
987 HMODULE WINAPI WindowsInfo::Perftools_LoadLibraryExW(LPCWSTR lpFileName, argument
995 if (::GetModuleHandleExW(0, lpFileName, &rv)) {
1001 lpFileName, hFile, dwFlags);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc370 static HMODULE WINAPI Perftools_LoadLibraryExW(LPCWSTR lpFileName,
987 HMODULE WINAPI WindowsInfo::Perftools_LoadLibraryExW(LPCWSTR lpFileName, argument
995 if (::GetModuleHandleExW(0, lpFileName, &rv)) {
1001 lpFileName, hFile, dwFlags);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsio0.c1034 cmsHPROFILE CMSEXPORT cmsOpenProfileFromFileTHR(cmsContext ContextID, const char *lpFileName, const char *sAccess) argument
1043 NewIcc ->IOhandler = cmsOpenIOhandlerFromFile(ContextID, lpFileName, sAccess);

Completed in 172 milliseconds