Home
last modified time | relevance | path

Searched refs:pszNewPath (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_conv.h238 int CPL_DLL CPLCopyFile( const char *pszNewPath, const char *pszOldPath );
239 int CPL_DLL CPLCopyTree( const char *pszNewPath, const char *pszOldPath );
240 int CPL_DLL CPLMoveFile( const char *pszNewPath, const char *pszOldPath );
241 int CPL_DLL CPLSymlink( const char* pszOldPath, const char* pszNewPath, CSLConstList papszOptions );
H A Dcpl_conv.cpp2790 int CPLCopyFile( const char *pszNewPath, const char *pszOldPath ) in CPLCopyFile() argument
2800 VSILFILE *fpNew = VSIFOpenL(pszNewPath, "wb"); in CPLCopyFile()
2856 if( VSIStatL(pszNewPath, &sStatBuf) == 0 ) in CPLCopyTree()
2861 pszNewPath); in CPLCopyTree()
2877 if( VSIMkdir(pszNewPath, 0755) != 0 ) in CPLCopyTree()
2881 pszNewPath); in CPLCopyTree()
2914 return CPLCopyFile(pszNewPath, pszOldPath); in CPLCopyTree()
2933 if( VSIRename(pszOldPath, pszNewPath) == 0 ) in CPLMoveFile()
2936 const int nRet = CPLCopyFile(pszNewPath, pszOldPath); in CPLMoveFile()
2952 const char *pszNewPath, in CPLSymlink() argument
[all …]
H A Dcpl_vsi_mem.cpp788 const char *pszNewPath ) in Rename() argument
794 const CPLString osNewPath = NormalizePath(pszNewPath); in Rename()
795 if( !STARTS_WITH(pszNewPath, "/vsimem/") ) in Rename()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_conv.h238 int CPL_DLL CPLCopyFile( const char *pszNewPath, const char *pszOldPath );
239 int CPL_DLL CPLCopyTree( const char *pszNewPath, const char *pszOldPath );
240 int CPL_DLL CPLMoveFile( const char *pszNewPath, const char *pszOldPath );
241 int CPL_DLL CPLSymlink( const char* pszOldPath, const char* pszNewPath, CSLConstList papszOptions );
H A Dcpl_conv.cpp2790 int CPLCopyFile( const char *pszNewPath, const char *pszOldPath ) in CPLCopyFile() argument
2800 VSILFILE *fpNew = VSIFOpenL(pszNewPath, "wb"); in CPLCopyFile()
2856 if( VSIStatL(pszNewPath, &sStatBuf) == 0 ) in CPLCopyTree()
2861 pszNewPath); in CPLCopyTree()
2877 if( VSIMkdir(pszNewPath, 0755) != 0 ) in CPLCopyTree()
2881 pszNewPath); in CPLCopyTree()
2914 return CPLCopyFile(pszNewPath, pszOldPath); in CPLCopyTree()
2933 if( VSIRename(pszOldPath, pszNewPath) == 0 ) in CPLMoveFile()
2936 const int nRet = CPLCopyFile(pszNewPath, pszOldPath); in CPLMoveFile()
2952 const char *pszNewPath, in CPLSymlink() argument
[all …]
H A Dcpl_vsi_mem.cpp788 const char *pszNewPath ) in Rename() argument
794 const CPLString osNewPath = NormalizePath(pszNewPath); in Rename()
795 if( !STARTS_WITH(pszNewPath, "/vsimem/") ) in Rename()
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_conv.h238 int CPL_DLL CPLCopyFile( const char *pszNewPath, const char *pszOldPath );
239 int CPL_DLL CPLCopyTree( const char *pszNewPath, const char *pszOldPath );
240 int CPL_DLL CPLMoveFile( const char *pszNewPath, const char *pszOldPath );
241 int CPL_DLL CPLSymlink( const char* pszOldPath, const char* pszNewPath, CSLConstList papszOptions );
H A Dcpl_conv.cpp2790 int CPLCopyFile( const char *pszNewPath, const char *pszOldPath ) in CPLCopyFile() argument
2800 VSILFILE *fpNew = VSIFOpenL(pszNewPath, "wb"); in CPLCopyFile()
2856 if( VSIStatL(pszNewPath, &sStatBuf) == 0 ) in CPLCopyTree()
2861 pszNewPath); in CPLCopyTree()
2877 if( VSIMkdir(pszNewPath, 0755) != 0 ) in CPLCopyTree()
2881 pszNewPath); in CPLCopyTree()
2914 return CPLCopyFile(pszNewPath, pszOldPath); in CPLCopyTree()
2933 if( VSIRename(pszOldPath, pszNewPath) == 0 ) in CPLMoveFile()
2936 const int nRet = CPLCopyFile(pszNewPath, pszOldPath); in CPLMoveFile()
2952 const char *pszNewPath, in CPLSymlink() argument
[all …]
H A Dcpl_vsi_mem.cpp788 const char *pszNewPath ) in Rename() argument
794 const CPLString osNewPath = NormalizePath(pszNewPath); in Rename()
795 if( !STARTS_WITH(pszNewPath, "/vsimem/") ) in Rename()
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_conv.h214 int CPL_DLL CPLCopyFile( const char *pszNewPath, const char *pszOldPath );
215 int CPL_DLL CPLCopyTree( const char *pszNewPath, const char *pszOldPath );
216 int CPL_DLL CPLMoveFile( const char *pszNewPath, const char *pszOldPath );
H A Dcpl_conv.cpp2396 int CPLCopyFile( const char *pszNewPath, const char *pszOldPath ) in CPLCopyFile() argument
2412 fpNew = VSIFOpenL( pszNewPath, "wb" ); in CPLCopyFile()
2453 int CPLCopyTree( const char *pszNewPath, const char *pszOldPath ) in CPLCopyTree() argument
2466 if( VSIStatL( pszNewPath, &sStatBuf ) == 0 ) in CPLCopyTree()
2470 pszNewPath ); in CPLCopyTree()
2477 if( VSIMkdir( pszNewPath, 0755 ) != 0 ) in CPLCopyTree()
2481 pszNewPath ); in CPLCopyTree()
2520 return CPLCopyFile( pszNewPath, pszOldPath ); in CPLCopyTree()
2535 int CPLMoveFile( const char *pszNewPath, const char *pszOldPath ) in CPLMoveFile() argument
2538 if( VSIRename( pszOldPath, pszNewPath ) == 0 ) in CPLMoveFile()
[all …]
H A Dcpl_vsi_mem.cpp716 const char *pszNewPath ) in Rename() argument
722 CPLString osNewPath = pszNewPath; in Rename()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_conv.h207 int CPL_DLL CPLCopyFile( const char *pszNewPath, const char *pszOldPath );
208 int CPL_DLL CPLMoveFile( const char *pszNewPath, const char *pszOldPath );
H A Dcpl_conv.cpp2010 int CPLCopyFile( const char *pszNewPath, const char *pszOldPath ) in CPLCopyFile() argument
2026 fpNew = VSIFOpenL( pszNewPath, "wb" ); in CPLCopyFile()
2067 int CPLMoveFile( const char *pszNewPath, const char *pszOldPath ) in CPLMoveFile() argument
2070 if( VSIRename( pszNewPath, pszOldPath ) == 0 ) in CPLMoveFile()
2073 int nRet = CPLCopyFile( pszNewPath, pszOldPath ); in CPLMoveFile()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/um/
H A Dshellapi.rs263 pszNewPath: LPSTR,
270 pszNewPath: LPWSTR,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.3.9/src/um/
H A Dshellapi.rs263 pszNewPath: LPSTR,
270 pszNewPath: LPWSTR,
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/winapi-0.3.9/src/um/
H A Dshellapi.rs263 pszNewPath: LPSTR,
270 pszNewPath: LPWSTR,
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dshellapi.rs263 pszNewPath: LPSTR,
270 pszNewPath: LPWSTR,
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.3.9/src/um/
H A Dshellapi.rs263 pszNewPath: LPSTR,
270 pszNewPath: LPWSTR,
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dshellapi.rs263 pszNewPath: LPSTR,
270 pszNewPath: LPWSTR,
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/winapi-0.3.9/src/um/
H A Dshellapi.rs263 pszNewPath: LPSTR,
270 pszNewPath: LPWSTR,
/dports/editors/kibi/kibi-0.2.2/cargo-crates/winapi-0.3.9/src/um/
H A Dshellapi.rs263 pszNewPath: LPSTR,
270 pszNewPath: LPWSTR,
/dports/misc/broot/broot-1.7.0/cargo-crates/winapi-0.3.9/src/um/
H A Dshellapi.rs263 pszNewPath: LPSTR,
270 pszNewPath: LPWSTR,
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/winapi-0.3.9/src/um/
H A Dshellapi.rs263 pszNewPath: LPSTR,
270 pszNewPath: LPWSTR,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.3.9/src/um/
H A Dshellapi.rs263 pszNewPath: LPSTR,
270 pszNewPath: LPWSTR,

12345678