/external/skia/tools/ |
win_dbghelp.cpp | 117 sprintf(szFileName, "%s%s\\%s-%04d%02d%02d-%02d%02d%02d-%ld-%ld" ext, \ 129 char szFileName[MAX_PATH]; 141 sprintf( szFileName, "%s%s", szPath, szAppName ); 142 CreateDirectory( szFileName, nullptr ); 144 BUILD_UNIQUE_FILENAME(szFileName, ".dmp", szPath, szAppName, szVersion, stLocalTime); 147 hDumpFile = CreateFile(szFileName, 167 printf("MiniDump file: %s\n", szFileName); 179 szFileName,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
loadperf.h | 36 DWORD BackupPerfRegistryToFileW(LPCWSTR szFileName,LPCWSTR szCommentString); 37 DWORD RestorePerfRegistryFromFileW(LPCWSTR szFileName,LPCWSTR szLangId);
|
winver.h | 137 DWORD WINAPI VerFindFileA(DWORD uFlags,LPSTR szFileName,LPSTR szWinDir,LPSTR szAppDir,LPSTR szCurDir,PUINT lpuCurDirLen,LPSTR szDestDir,PUINT lpuDestDirLen); 138 DWORD WINAPI VerFindFileW(DWORD uFlags,LPWSTR szFileName,LPWSTR szWinDir,LPWSTR szAppDir,LPWSTR szCurDir,PUINT lpuCurDirLen,LPWSTR szDestDir,PUINT lpuDestDirLen);
|
msiquery.h | 119 UINT WINAPI MsiDatabaseImportA(MSIHANDLE hDatabase,LPCSTR szFolderPath,LPCSTR szFileName); 120 UINT WINAPI MsiDatabaseImportW(MSIHANDLE hDatabase,LPCWSTR szFolderPath,LPCWSTR szFileName); 123 UINT WINAPI MsiDatabaseExportA(MSIHANDLE hDatabase,LPCSTR szTableName,LPCSTR szFolderPath,LPCSTR szFileName); 124 UINT WINAPI MsiDatabaseExportW(MSIHANDLE hDatabase,LPCWSTR szTableName,LPCWSTR szFolderPath,LPCWSTR szFileName);
|
wabapi.h | 63 LPSTR szFileName;
|
dimm.h | 385 virtual HRESULT WINAPI GetIMEFileNameA(HKL hKL,UINT uBufLen,LPSTR szFileName,UINT *puCopied) = 0; 386 virtual HRESULT WINAPI GetIMEFileNameW(HKL hKL,UINT uBufLen,LPWSTR szFileName,UINT *puCopied) = 0; 460 HRESULT (WINAPI *GetIMEFileNameA)(IActiveIMMApp *This,HKL hKL,UINT uBufLen,LPSTR szFileName,UINT *puCopied); 461 HRESULT (WINAPI *GetIMEFileNameW)(IActiveIMMApp *This,HKL hKL,UINT uBufLen,LPWSTR szFileName,UINT *puCopied); [all...] |
esent.h | [all...] |
mapiform.h | 184 #define MAPI_IMAPIFORMINFO_METHODS(IPURE) MAPIMETHOD(CalcFormPropSet)(THIS_ ULONG ulFlags,LPMAPIFORMPROPARRAY *ppFormPropArray) IPURE; MAPIMETHOD(CalcVerbSet)(THIS_ ULONG ulFlags,LPMAPIVERBARRAY *ppMAPIVerbArray) IPURE; MAPIMETHOD(MakeIconFromBinary)(THIS_ ULONG nPropID,HICON *phicon) IPURE; MAPIMETHOD(SaveForm)(THIS_ LPCTSTR szFileName) IPURE; MAPIMETHOD(OpenFormContainer)(THIS_ LPMAPIFORMCONTAINER *ppformcontainer) IPURE;
|
oaidl.h | [all...] |
winuser.h | [all...] |
shlobj.h | [all...] |
/external/skia/include/core/ |
SkPostConfig.h | 220 const char * szFileName, 227 const char * szFileName,
|
/external/icu/icu4c/source/samples/layout/ |
clayout.c | 266 char szFileName[MAX_PATH], szTitleName[MAX_PATH]; 277 ofn.lpstrFile = szFileName; 291 szFileName[0] = '\0'; 299 newParagraph = pf_factory(szFileName, font, guiSupport);
|
layout.cpp | 264 char szFileName[MAX_PATH], szTitleName[MAX_PATH]; 275 ofn.lpstrFile = szFileName; 289 szFileName[0] = '\0'; 295 Paragraph *newParagraph = Paragraph::paragraphFactory(szFileName, font, guiSupport);
|
/external/zlib/src/contrib/minizip/ |
unzip.h | 243 const char *szFileName, 246 Try locate the file szFileName in the zipfile. 290 char *szFileName, 299 char *szFileName, 309 if szFileName!=NULL, the filemane string will be copied in szFileName
|
unzip.c | 872 char *szFileName, 883 char *szFileName, 968 if ((err==UNZ_OK) && (szFileName!=NULL)) 973 *(szFileName+file_info.size_filename)='\0'; 980 if (ZREAD64(s->z_filefunc, s->filestream,szFileName,uSizeRead)!=uSizeRead) [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Debug.h | 97 void OMX_Log(unsigned int mask, const char *szFileName, int iLineNum,
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_Debug.h | 122 void OMX_Log(unsigned int mask, const char *szFileName, int iLineNum,
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Debug.h | 122 void OMX_Log(unsigned int mask, const char *szFileName, int iLineNum,
|
/external/pdfium/xfa/src/fgas/src/crt/ |
fx_stream.cpp | 148 CFX_ByteString szFileName = CFX_ByteString::FromUnicode(pszSrcFileName);
149 m_hFile = FXSYS_fopen(szFileName, wsMode);
153 m_hFile = FXSYS_fopen(szFileName, "w+b");
156 m_hFile = FXSYS_fopen(szFileName, "r+b");
[all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
OMX_G729Encoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
OMX_G729Enc_Utils.h | 118 void G729ENC_Log(const char *szFileName, int iLineNum, const char *szFunctionName, const char *strFormat, ...); [all...] |
/external/opencv3/modules/highgui/src/ |
window_w32.cpp | [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
VideoEncTest.c | 197 void VIDENCTEST_Log(const char *szFileName, int iLineNum, const char *szFunctionName, const char *strFormat, ...) 200 VIDENCTEST_UNUSED_ARG(szFileName); [all...] |