Home
last modified time | relevance | path

Searched refs:pszDestPath (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sal/osl/unx/
H A Dfile_misc.cxx572 static oslFileError osl_psz_copyFile(const sal_Char* pszPath, const sal_Char* pszDestPath);
586 static oslFileError oslDoMoveFile(const sal_Char* pszPath, const sal_Char* pszDestPath);
684 static oslFileError oslDoMoveFile( const sal_Char* pszPath, const sal_Char* pszDestPath) in oslDoMoveFile() argument
688 tErr = osl_psz_moveFile(pszPath,pszDestPath); in oslDoMoveFile()
699 tErr=osl_psz_copyFile(pszPath,pszDestPath); in oslDoMoveFile()
704 tErrRemove=osl_psz_removeFile(pszDestPath); in oslDoMoveFile()
747 static oslFileError osl_psz_moveFile(const sal_Char* pszPath, const sal_Char* pszDestPath) in osl_psz_moveFile() argument
752 nRet = rename(pszPath,pszDestPath); in osl_psz_moveFile()
802 nRet = stat(pszDestPath,&aFileStat); in osl_psz_copyFile()
824 tErr = oslDoCopy(pszPath,pszDestPath,nMode,nSourceSize,DestFileExists); in osl_psz_copyFile()
[all …]
/aoo4110/main/sal/osl/os2/
H A Dfile.cxx778 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 39 milliseconds