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

/external/skia/include/core/
H A DSkPostConfig.h246 const char * szFileName,
253 const char * szFileName,
/external/icu4c/samples/layout/
H A Dclayout.c266 char szFileName[MAX_PATH], szTitleName[MAX_PATH]; local
277 ofn.lpstrFile = szFileName;
291 szFileName[0] = '\0';
299 newParagraph = pf_factory(szFileName, font, guiSupport);
H A Dlayout.cpp264 char szFileName[MAX_PATH], szTitleName[MAX_PATH]; local
275 ofn.lpstrFile = szFileName;
289 szFileName[0] = '\0';
295 Paragraph *newParagraph = Paragraph::paragraphFactory(szFileName, font, guiSupport);
/external/zlib/src/contrib/minizip/
H A Dunzip.h243 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
H A Dunzip.c872 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)
1126 char * szFileName, uLong fileNameBufferSize,
1131 szFileName,fileNameBufferSize,
1138 char * szFileName, uLong fileNameBufferSize,
1145 szFileName,fileNameBufferSize,
1225 Try locate the file szFileName i
879 unz64local_GetCurrentFileInfoInternal(unzFile file, unz_file_info64 *pfile_info, unz_file_info64_internal *pfile_info_internal, char *szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char *szComment, uLong commentBufferSize) argument
1124 unzGetCurrentFileInfo64(unzFile file, unz_file_info64 * pfile_info, char * szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char* szComment, uLong commentBufferSize) argument
1136 unzGetCurrentFileInfo(unzFile file, unz_file_info * pfile_info, char * szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char* szComment, uLong commentBufferSize) argument
1232 unzLocateFile(unzFile file, const char *szFileName, int iCaseSensitivity) argument
[all...]

Completed in 91 milliseconds