HomeSort by relevance Sort by last modified time
    Searched refs:szFileName (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/npapi/npspy/common/
utils.cpp 42 BOOL XP_IsFile(char * szFileName)
46 return (HFILE_ERROR != OpenFile(szFileName, &of, OF_EXIST));
50 return (stat(szFileName, &s) != -1);
57 void XP_DeleteFile(char * szFileName)
60 DeleteFile(szFileName);
62 remove(szFileName);
66 XP_HFILE XP_CreateFile(char * szFileName)
70 HFILE hFile = OpenFile(szFileName, &of, OF_CREATE | OF_WRITE);
73 return (XP_HFILE)fopen(szFileName, "w+");
77 XP_HFILE XP_OpenFile(char * szFileName)
    [all...]
logfile.cpp 46 szFileName[0] = '\0';
57 strcpy(szFileName, filename);
59 if(!delete_existing && XP_IsFile(szFileName))
62 hFile = XP_CreateFile(szFileName);
plugload.cpp 93 char szFileName[_MAX_PATH];
105 strcpy(szFileName, szPath);
109 directories.push_back(szFileName);
  /external/chromium_org/third_party/npapi/npspy/include/
logfile.h 46 char szFileName[256];
xp.h 159 BOOL XP_IsFile(char * szFileName);
160 XP_HFILE XP_CreateFile(char * szFileName);
161 XP_HFILE XP_OpenFile(char * szFileName);
163 void XP_DeleteFile(char * szFileName);
  /external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
Callstacker.cpp 61 static void Load(char* szFileName, SkSourceDb** ret, const char* whereToSave, const char* szBaseSrcPath) {
63 FILE* file = fopen(szFileName, "rt");
70 SkSourceDb* db = new SkSourceDb(szBaseSrcPath, whereToSave == NULL ? szFileName : whereToSave);
135 void save(const char* szFilename) {
137 FILE* file = fopen(szFilename, "wt");
161 bool sourceFile(const char* szFileName) {
162 return endsWith(szFileName, ".h") || endsWith(szFileName, ".c") || endsWith(szFileName, ".cpp") || endsWith(szFileName, ".cc")
    [all...]
  /external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
Callstacker.cpp 61 static void Load(char* szFileName, SkSourceDb** ret, const char* whereToSave, const char* szBaseSrcPath) {
63 FILE* file = fopen(szFileName, "rt");
70 SkSourceDb* db = new SkSourceDb(szBaseSrcPath, whereToSave == NULL ? szFileName : whereToSave);
135 void save(const char* szFilename) {
137 FILE* file = fopen(szFilename, "wt");
161 bool sourceFile(const char* szFileName) {
162 return endsWith(szFileName, ".h") || endsWith(szFileName, ".c") || endsWith(szFileName, ".cpp") || endsWith(szFileName, ".cc")
    [all...]
  /external/chromium_org/third_party/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, NULL );
144 BUILD_UNIQUE_FILENAME(szFileName, ".dmp", szPath, szAppName, szVersion, stLocalTime);
147 hDumpFile = CreateFile(szFileName,
167 printf("MiniDump file: %s\n", szFileName);
179 szFileName,
  /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, NULL );
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);
  /external/chromium_org/third_party/icu/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/chromium_org/third_party/power_gadget/
PowerGadgetLib.h 48 typedef bool (*IPGStartLog) (wchar_t *szFileName);
72 bool StartLog(wchar_t *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/chromium_org/third_party/zlib/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...]
  /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...]
  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 140 char szFileName[_MAX_PATH];
144 lstrcpy(szFileName, szPath);
145 lstrcat(szFileName, "\\*");
146 HANDLE handle = FindFirstFile(szFileName, &ffdataStruct);
154 lstrcpy(szFileName, szPath);
155 lstrcat(szFileName, "\\");
156 lstrcat(szFileName, ffdataStruct.cFileName);
  /external/chromium_org/third_party/skia/include/core/
SkPostConfig.h 265 const char * szFileName,
272 const char * szFileName,
  /external/skia/include/core/
SkPostConfig.h 265 const char * szFileName,
272 const char * szFileName,
  /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,

Completed in 732 milliseconds

1 2