Searched refs:szPath (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwince.cpp133 TCHAR szPath[_MAX_PATH]; local
134 MBSTOTSTR(szPath, filename, countof(szPath));
135 return (SetFileAttributes(szPath, dwAttribs) ? 0 : -1);
192 TCHAR szPath[_MAX_PATH]; local
193 MBSTOTSTR(szPath, filename, countof(szPath));
194 HANDLE hFile = CreateFile(szPath, dwAccess,
225 TCHAR szPath[_MAX_PATH]; local
226 MBSTOTSTR(szPath, filenam
289 TCHAR szPath[_MAX_PATH]; local
481 TCHAR szPath[_MAX_PATH]; local
[all...]
H A Dwinmain.cpp69 // DeleteDirectory(LPTSTR szPath);
222 LPCSTR GetFileFromPath(LPCSTR szPath);
230 void DeleteDirectory(LPTSTR szPath);
263 BOOL FolderBrowser(LPTSTR szPath, DWORD dwLength);
273 int PromptToReplace(LPCSTR szPath);
521 TCHAR szPath[_MAX_PATH]; local
522 _tcscpy(szPath, g_szTempDir);
523 DeleteDirectory(szPath);
537 TCHAR szPath[32] = TEXT("punzip.exe"); local
545 TCHAR szPath[_MAX_PAT
679 LPTSTR szPath; local
1070 TCHAR szPath[_MAX_PATH] = TEXT(""); local
1117 TCHAR szPath[_MAX_PATH + 256]; local
1605 TCHAR szPath[_MAX_PATH + 16]; local
2009 GetFileFromPath(LPCSTR szPath) argument
2040 DeleteDirectory(LPTSTR szPath) argument
2644 LPCSTR szPath = NULL, szMethod = NULL, szComment = NULL; local
2923 TCHAR szPath[_MAX_PATH]; local
3024 FolderBrowser(LPTSTR szPath, DWORD dwLength) argument
3504 PromptToReplace(LPCSTR szPath) argument
[all...]
H A Dintrface.cpp184 static int IsFileOrDirectory(LPCTSTR szPath);
191 static BOOL IsOldFileSystem(char *szPath);
213 LPCSTR szPath, LPCSTR szMethod, ulg dwCRC,
639 static int IsFileOrDirectory(LPCTSTR szPath) argument
642 DWORD dwAttribs = GetFileAttributes(szPath);
876 LPCSTR szPath, LPCSTR szMethod, ulg dwCRC,
888 int length = strlen(szPath) + strlen(szMethod);
895 DebugOut(TEXT("Failed to create a FILE_NODE for \"%S\"."), szPath);
897 DebugOut(TEXT("Failed to create a FILE_NODE for \"%s\"."), szPath);
934 strcpy(g_pFileLast->szPathAndMethod, szPath);
869 SendAppMsg(z_uint8 uzSize, z_uint8 uzCompressedSize, unsigned ratio, unsigned month, unsigned day, unsigned year, unsigned hour, unsigned minute, char uppercase, LPCSTR szPath, LPCSTR szMethod, ulg dwCRC, char chCrypt) argument
1210 IsOldFileSystem(char *szPath) argument
[all...]
H A Dwinmain.h138 LPCSTR GetFileFromPath(LPCSTR szPath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpnserv/
H A Dservice.c374 TCHAR szPath[512]; local
378 if ( GetModuleFileName( NULL, szPath+1, 510 ) == 0 )
383 szPath[0] = '\"';
384 strcat(szPath, "\"");
401 szPath, // service's binary
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c660 char *szPath; local
663 szPath = pppib -> pib_pchenv;
667 char *szPath;
670 szPath = MAKEP(selEnv, 0);
673 while (*szPath) /* find end of process environment */
674 szPath = strchr(szPath, 0) + 1;
676 return szPath + 1; /* .exe file name follows environment */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilefn.cpp1662 wxChar *szPath = new wxChar[wxStrlen(pszPath) + 1]; local
1663 wxStrcpy(szPath, pszPath);
1667 for ( pc = wxStrtok(szPath, wxPATH_SEP, &save_ptr);
1687 delete [] szPath;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/param/
H A Dloadparm.c331 char *szPath; member in struct:__anon5859
472 NULL, /* szPath */
842 {"path", P_STRING, P_LOCAL, &sDefault.szPath, NULL, NULL, FLAG_BASIC | FLAG_ADVANCED | FLAG_SHARE | FLAG_PRINT},
843 {"directory", P_STRING, P_LOCAL, &sDefault.szPath, NULL, NULL, FLAG_HIDE},
2024 FN_LOCAL_STRING(lp_pathname, szPath)
2641 if (!(*(ServicePtrs[iDefaultService]->szPath))
2642 || strequal(ServicePtrs[iDefaultService]->szPath, lp_pathname(GLOBAL_SECTION_SNUM))) {
2644 string_set(&ServicePtrs[i]->szPath, newHomedir);
2661 user, ServicePtrs[i]->szPath ));
2690 string_set(&ServicePtrs[i]->szPath, tmpdi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmimetmac.cpp491 char* szPath = *outPathHandle; local
492 wxString sClassicPath(szPath, wxConvLocal, outPathSize);

Completed in 127 milliseconds