Lines Matching refs:destPath
901 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()
945 printf( "Copy the file %s to %s\n", file1.getStr(), destPath.getStr() ); in FileCopyAndMoveTest()
947 rc=File::copy( file1, destPath ); in FileCopyAndMoveTest()
971 destPath=rtl::OUString( dir2 ); in FileCopyAndMoveTest()
972 destPath+=rtl::OUString::createFromAscii("/"); in FileCopyAndMoveTest()
973 destPath+=file3; in FileCopyAndMoveTest()
978 printFileName( destPath ); in FileCopyAndMoveTest()
981 rc=File::move( file1, destPath ); in FileCopyAndMoveTest()
984 pFile=new File( destPath ); in FileCopyAndMoveTest()
999 File::move( destPath, file1 ); in FileCopyAndMoveTest()
1005 File::remove( destPath ); in FileCopyAndMoveTest()
1020 destPath=rtl::OUString( dir_not_exist ); in FileCopyAndMoveTest()
1021 destPath+=rtl::OUString::createFromAscii("/"); in FileCopyAndMoveTest()
1022 destPath+=file3; in FileCopyAndMoveTest()
1028 printFileName( destPath ); in FileCopyAndMoveTest()
1031 rc=File::move( file1 , destPath ); in FileCopyAndMoveTest()