Home
last modified time | relevance | path

Searched refs:destPath (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sal/workben/
H A Dtestfile.cxx901 rtl::OUString destPath(dir2); in FileCopyAndMoveTest() local
907 destPath+=rtl::OUString::createFromAscii("/"); in FileCopyAndMoveTest()
908 destPath+=file3; in FileCopyAndMoveTest()
913 printFileName( destPath ); in FileCopyAndMoveTest()
917 rc=File::copy( file1 , destPath ); in FileCopyAndMoveTest()
920 pFile=new File( destPath ); in FileCopyAndMoveTest()
927 File::remove( destPath ); in FileCopyAndMoveTest()
940 destPath=rtl::OUString( dir_not_exist ); in FileCopyAndMoveTest()
941 destPath+=rtl::OUString::createFromAscii("/"); in FileCopyAndMoveTest()
942 destPath+=file3; in FileCopyAndMoveTest()
[all …]
/AOO42X/main/sal/osl/unx/
H A Dfile_misc.cxx587 char destPath[PATH_MAX]; in osl_moveFile() local
599 eRet = FileURLToPath( destPath, PATH_MAX, ustrDestURL ); in osl_moveFile()
604 …if ( macxp_resolveAlias( srcPath, PATH_MAX ) != 0 || macxp_resolveAlias( destPath, PATH_MAX ) != 0… in osl_moveFile()
608 return oslDoMoveFile( srcPath, destPath ); in osl_moveFile()
618 char destPath[PATH_MAX]; in osl_copyFile() local
630 eRet = FileURLToPath( destPath, PATH_MAX, ustrDestURL ); in osl_copyFile()
635 …if ( macxp_resolveAlias( srcPath, PATH_MAX ) != 0 || macxp_resolveAlias( destPath, PATH_MAX ) != 0… in osl_copyFile()
639 return osl_psz_copyFile( srcPath, destPath ); in osl_copyFile()
/AOO42X/main/sal/osl/os2/
H A Dfile.cxx1910 char destPath[PATH_MAX]; in osl_moveFile() local
1923 eRet = FileURLToPath( destPath, PATH_MAX, ustrDestURL ); in osl_moveFile()
1928 rc = DosDelete( (PCSZ)destPath); in osl_moveFile()
1929 rc = DosMove( (PCSZ)srcPath, (PCSZ)destPath); in osl_moveFile()
2207 char destPath[PATH_MAX]; in osl_copyFile() local
2220 eRet = FileURLToPath( destPath, PATH_MAX, ustrDestURL ); in osl_copyFile()
2224 return osl_psz_copyFile( srcPath, destPath ); in osl_copyFile()