Home
last modified time | relevance | path

Searched refs:pszPath (Results 251 – 275 of 1259) sorted by relevance

1...<<11121314151617181920>>...51

/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dtestutil.cpp20 char pszPath[MAX_PATH] = ""; in GetTempPath()
22 if (GetTempPathA(MAX_PATH, pszPath)) in GetTempPath()
23 path = boost::filesystem::path(pszPath); in GetTempPath()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/test/
H A Dtestutil.cpp20 char pszPath[MAX_PATH] = ""; in GetTempPath()
22 if (GetTempPathA(MAX_PATH, pszPath)) in GetTempPath()
23 path = boost::filesystem::path(pszPath); in GetTempPath()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/test/
H A Dtestutil.cpp20 char pszPath[MAX_PATH] = ""; in GetTempPath()
22 if (GetTempPathA(MAX_PATH, pszPath)) in GetTempPath()
23 path = boost::filesystem::path(pszPath); in GetTempPath()
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/plugins/nmh/
H A Dutil.cpp102 PWSTR pszPath; in manifestPath() local
107 &pszPath in manifestPath()
112 QDir appData(QString::fromUtf16(reinterpret_cast<const ushort*>(pszPath))); in manifestPath()
113 CoTaskMemFree(pszPath); in manifestPath()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/mdreader/
H A Dreader_landsat.cpp38 GDALMDReaderLandsat::GDALMDReaderLandsat(const char *pszPath, in GDALMDReaderLandsat() argument
39 char **papszSiblingFiles) : GDALMDReaderBase(pszPath, papszSiblingFiles) in GDALMDReaderLandsat()
41 const char* pszBaseName = CPLGetBasename(pszPath); in GDALMDReaderLandsat()
42 const char* pszDirName = CPLGetDirname(pszPath); in GDALMDReaderLandsat()
H A Dreader_digital_globe.cpp38 GDALMDReaderDigitalGlobe::GDALMDReaderDigitalGlobe(const char *pszPath, in GDALMDReaderDigitalGlobe() argument
39 char **papszSiblingFiles) : GDALMDReaderBase(pszPath, papszSiblingFiles) in GDALMDReaderDigitalGlobe()
41 m_osIMDSourceFilename = GDALFindAssociatedFile( pszPath, "IMD", in GDALMDReaderDigitalGlobe()
43 m_osRPBSourceFilename = GDALFindAssociatedFile( pszPath, "RPB", in GDALMDReaderDigitalGlobe()
45 m_osXMLSourceFilename = GDALFindAssociatedFile( pszPath, "XML", in GDALMDReaderDigitalGlobe()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/mdreader/
H A Dreader_landsat.cpp46 GDALMDReaderLandsat::GDALMDReaderLandsat(const char *pszPath, in GDALMDReaderLandsat() argument
47 char **papszSiblingFiles) : GDALMDReaderBase(pszPath, papszSiblingFiles) in GDALMDReaderLandsat()
49 const char* pszBaseName = CPLGetBasename(pszPath); in GDALMDReaderLandsat()
50 const char* pszDirName = CPLGetDirname(pszPath); in GDALMDReaderLandsat()
H A Dreader_digital_globe.cpp46 GDALMDReaderDigitalGlobe::GDALMDReaderDigitalGlobe(const char *pszPath, in GDALMDReaderDigitalGlobe() argument
48 GDALMDReaderBase(pszPath, papszSiblingFiles), in GDALMDReaderDigitalGlobe()
49 m_osXMLSourceFilename ( GDALFindAssociatedFile( pszPath, "XML", in GDALMDReaderDigitalGlobe()
51 m_osIMDSourceFilename ( GDALFindAssociatedFile( pszPath, "IMD", in GDALMDReaderDigitalGlobe()
53 m_osRPBSourceFilename ( GDALFindAssociatedFile( pszPath, "RPB", in GDALMDReaderDigitalGlobe()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/mdreader/
H A Dreader_landsat.cpp46 GDALMDReaderLandsat::GDALMDReaderLandsat(const char *pszPath,
47 char **papszSiblingFiles) : GDALMDReaderBase(pszPath, papszSiblingFiles)
49 const char* pszBaseName = CPLGetBasename(pszPath);
50 const char* pszDirName = CPLGetDirname(pszPath);
H A Dreader_digital_globe.cpp46 GDALMDReaderDigitalGlobe::GDALMDReaderDigitalGlobe(const char *pszPath, in GDALMDReaderDigitalGlobe() argument
48 GDALMDReaderBase(pszPath, papszSiblingFiles), in GDALMDReaderDigitalGlobe()
49 m_osXMLSourceFilename ( GDALFindAssociatedFile( pszPath, "XML", in GDALMDReaderDigitalGlobe()
51 m_osIMDSourceFilename ( GDALFindAssociatedFile( pszPath, "IMD", in GDALMDReaderDigitalGlobe()
53 m_osRPBSourceFilename ( GDALFindAssociatedFile( pszPath, "RPB", in GDALMDReaderDigitalGlobe()
/dports/graphics/gdal/gdal-3.3.3/gcore/mdreader/
H A Dreader_landsat.cpp46 GDALMDReaderLandsat::GDALMDReaderLandsat(const char *pszPath, in GDALMDReaderLandsat() argument
47 char **papszSiblingFiles) : GDALMDReaderBase(pszPath, papszSiblingFiles) in GDALMDReaderLandsat()
49 const char* pszBaseName = CPLGetBasename(pszPath); in GDALMDReaderLandsat()
50 const char* pszDirName = CPLGetDirname(pszPath); in GDALMDReaderLandsat()
H A Dreader_digital_globe.cpp46 GDALMDReaderDigitalGlobe::GDALMDReaderDigitalGlobe(const char *pszPath, in GDALMDReaderDigitalGlobe() argument
48 GDALMDReaderBase(pszPath, papszSiblingFiles), in GDALMDReaderDigitalGlobe()
49 m_osXMLSourceFilename ( GDALFindAssociatedFile( pszPath, "XML", in GDALMDReaderDigitalGlobe()
51 m_osIMDSourceFilename ( GDALFindAssociatedFile( pszPath, "IMD", in GDALMDReaderDigitalGlobe()
53 m_osRPBSourceFilename ( GDALFindAssociatedFile( pszPath, "RPB", in GDALMDReaderDigitalGlobe()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_multiproc.cpp287 void *CPLLockFile( const char *pszPath, double dfWaitInSeconds ) in CPLLockFile() argument
299 pszLockFilename = (char *) CPLMalloc(strlen(pszPath) + 30); in CPLLockFile()
300 sprintf( pszLockFilename, "%s.lock", pszPath ); in CPLLockFile()
507 void *CPLLockFile( const char *pszPath, double dfWaitInSeconds ) in CPLLockFile() argument
513 pszLockFilename = (char *) CPLMalloc(strlen(pszPath) + 30); in CPLLockFile()
514 sprintf( pszLockFilename, "%s.lock", pszPath ); in CPLLockFile()
797 void *CPLLockFile( const char *pszPath, double dfWaitInSeconds ) in CPLLockFile() argument
809 pszLockFilename = (char *) CPLMalloc(strlen(pszPath) + 30); in CPLLockFile()
810 sprintf( pszLockFilename, "%s.lock", pszPath ); in CPLLockFile()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dfolderdlg.h120 BOOL SetRootFolder( IN LPCTSTR pszPath );
121 BOOL GetRootFolder( IN OUT LPTSTR pszPath );
122 BOOL SetSelectedFolder( IN LPCTSTR pszPath );
155 VOID SetSelection( IN LPCTSTR pszPath );
159 VOID SetExpanded( IN LPCTSTR pszPath );
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dfolderdlg.h120 BOOL SetRootFolder( IN LPCTSTR pszPath );
121 BOOL GetRootFolder( IN OUT LPTSTR pszPath );
122 BOOL SetSelectedFolder( IN LPCTSTR pszPath );
155 VOID SetSelection( IN LPCTSTR pszPath );
159 VOID SetExpanded( IN LPCTSTR pszPath );
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mitab/
H A Dmitab_tabview.cpp233 char *pszPath = NULL; in OpenForRead() local
306 pszPath = CPLStrdup(m_pszFname); in OpenForRead()
307 nFnameLen = strlen(pszPath); in OpenForRead()
315 pszPath[nFnameLen-1] = '\0'; in OpenForRead()
324 CPLFree(pszPath); in OpenForRead()
328 CPLFree(pszPath); in OpenForRead()
329 pszPath = NULL; in OpenForRead()
427 nFnameLen = strlen(pszPath); in OpenForWrite()
467 CPLFree(pszPath); in OpenForWrite()
484 CPLFree(pszPath); in OpenForWrite()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_tabview.cpp169 char *pszPath = nullptr; in OpenForRead() local
242 pszPath = CPLStrdup(m_pszFname); in OpenForRead()
246 if (pszPath[nFnameLen-1] == '/' || in OpenForRead()
251 pszPath[nFnameLen-1] = '\0'; in OpenForRead()
260 CPLFree(pszPath); in OpenForRead()
264 CPLFree(pszPath); in OpenForRead()
265 pszPath = nullptr; in OpenForRead()
370 pszPath[nFnameLen-1] = '\0'; in OpenForWrite()
405 CPLFree(pszPath); in OpenForWrite()
422 CPLFree(pszPath); in OpenForWrite()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_tabview.cpp169 char *pszPath = nullptr; in OpenForRead() local
242 pszPath = CPLStrdup(m_pszFname); in OpenForRead()
246 if (pszPath[nFnameLen-1] == '/' || in OpenForRead()
251 pszPath[nFnameLen-1] = '\0'; in OpenForRead()
260 CPLFree(pszPath); in OpenForRead()
264 CPLFree(pszPath); in OpenForRead()
265 pszPath = nullptr; in OpenForRead()
370 pszPath[nFnameLen-1] = '\0'; in OpenForWrite()
405 CPLFree(pszPath); in OpenForWrite()
422 CPLFree(pszPath); in OpenForWrite()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_tabview.cpp169 char *pszPath = nullptr; in OpenForRead() local
242 pszPath = CPLStrdup(m_pszFname); in OpenForRead()
246 if (pszPath[nFnameLen-1] == '/' || in OpenForRead()
251 pszPath[nFnameLen-1] = '\0'; in OpenForRead()
260 CPLFree(pszPath); in OpenForRead()
264 CPLFree(pszPath); in OpenForRead()
265 pszPath = nullptr; in OpenForRead()
370 pszPath[nFnameLen-1] = '\0'; in OpenForWrite()
405 CPLFree(pszPath); in OpenForWrite()
422 CPLFree(pszPath); in OpenForWrite()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/nt/
H A DkFsCache.c2617 if ( IS_SLASH(pszPath[0]) in kFsCacheLookupUncShareA()
2618 && IS_SLASH(pszPath[1]) in kFsCacheLookupUncShareA()
2619 && pszPath[2] == '?' in kFsCacheLookupUncShareA()
2620 && IS_SLASH(pszPath[3]) in kFsCacheLookupUncShareA()
2621 && IS_ALPHA(pszPath[4]) in kFsCacheLookupUncShareA()
2622 && pszPath[5] == ':' in kFsCacheLookupUncShareA()
2623 && IS_SLASH(pszPath[6]) ) in kFsCacheLookupUncShareA()
3074 if ( pszPath[1] == ':' in kFsCacheLookupAbsoluteA()
3075 && IS_ALPHA(pszPath[0])) in kFsCacheLookupAbsoluteA()
4094 pszPath[off] = '\0'; in kFsCacheObjGetFullPathA()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/sdl/win32/
H A Dwin32_wrapper.cpp57 HRESULT SHGetFolderPathFunc(HWND hwnd, int csidl, HANDLE hToken, DWORD dwFlags, LPSTR pszPath) { in SHGetFolderPathFunc() argument
58 …T (WINAPI *SHGetFolderPathFunc)(HWND hwnd, int csidl, HANDLE hToken, DWORD dwFlags, LPSTR pszPath); in SHGetFolderPathFunc()
62 return pSHGetFolderPath(hwnd, csidl, hToken, dwFlags, pszPath); in SHGetFolderPathFunc()
64 …return SHGetSpecialFolderPath(hwnd, pszPath, csidl & !CSIDL_FLAG_MASK, csidl & CSIDL_FLAG_CREATE) … in SHGetFolderPathFunc()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dsolfakes.c84 int sol_lchmod(const char *pszPath, mode_t mode) in sol_lchmod() argument
90 if ( !lstat(pszPath, &s) in sol_lchmod()
97 return chmod(pszPath, mode); in sol_lchmod()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/
H A DUiContext.Win32.cpp44 std::wstring pszPath(MAX_PATH, 0); in SHGetPathFromIDListLongPath() local
45 while (!SHGetPathFromIDListW(pidl, &pszPath[0])) in SHGetPathFromIDListLongPath()
47 if (pszPath.size() >= SHRT_MAX) in SHGetPathFromIDListLongPath()
52 pszPath.resize(pszPath.size() * 2); in SHGetPathFromIDListLongPath()
54 return pszPath; in SHGetPathFromIDListLongPath()
/dports/deskutils/presage/presage-0.9.1/apps/notepad++/
H A DPresageUplink.cpp75 TCHAR pszPath[MAX_PATH]; in LoadPresageDLL() local
78 pszPath[0] = '\0'; in LoadPresageDLL()
81 if (! read_presage_registry_key(pszPath)) in LoadPresageDLL()
101 SetCurrentDirectory(pszPath); in LoadPresageDLL()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/Core/Code/
H A DWriter.cpp161 bool MemoryWriter::Save( const char* pszPath ) in Save() argument
165 Writer* pW = fs.wOpen(pszPath); in Save()
197 bool MemoryWriter::Save( const char* pszPath, const String& sName ) in Save() argument
201 Writer* pW = fs.wOpen(pszPath, sName); in Save()

1...<<11121314151617181920>>...51