Searched refs:pszDestPath (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sal/osl/unx/ |
H A D | file_misc.cxx | 566 static oslFileError osl_psz_copyFile(const sal_Char* pszPath, const sal_Char* pszDestPath); 578 static oslFileError oslDoMoveFile(const sal_Char* pszPath, const sal_Char* pszDestPath); 674 static oslFileError oslDoMoveFile( const sal_Char* pszPath, const sal_Char* pszDestPath) in oslDoMoveFile() argument 678 tErr = osl_psz_moveFile(pszPath,pszDestPath); in oslDoMoveFile() 689 tErr=osl_psz_copyFile(pszPath,pszDestPath); in oslDoMoveFile() 694 tErrRemove=osl_psz_removeFile(pszDestPath); in oslDoMoveFile() 737 static oslFileError osl_psz_moveFile(const sal_Char* pszPath, const sal_Char* pszDestPath) in osl_psz_moveFile() argument 742 nRet = rename(pszPath,pszDestPath); in osl_psz_moveFile() 792 nRet = stat(pszDestPath,&aFileStat); in osl_psz_copyFile() 814 tErr = oslDoCopy(pszPath,pszDestPath,nMode,nSourceSize,DestFileExists); in osl_psz_copyFile() [all …]
|
/aoo42x/main/sal/osl/os2/ |
H A D | file.cxx | 778 static oslFileError osl_psz_copyFile(const sal_Char* pszPath, const sal_Char* pszDestPath); 779 static oslFileError osl_psz_moveFile(const sal_Char* pszPath, const sal_Char* pszDestPath); 793 static oslFileError oslDoMoveFile(const sal_Char* pszPath, const sal_Char* pszDestPath); 2130 static oslFileError osl_psz_copyFile( const sal_Char* pszPath, const sal_Char* pszDestPath ) in osl_psz_copyFile() argument 2165 nRet = stat(pszDestPath,&aFileStat); in osl_psz_copyFile() 2187 tErr = oslDoCopy(pszPath,pszDestPath,nMode,nSourceSize,DestFileExists); in osl_psz_copyFile() 2199 oslChangeFileModes(pszDestPath,nMode,nAcTime,nModTime,nUID,nGID); in osl_psz_copyFile()
|
Completed in 31 milliseconds