Searched refs:newSrcUnqPath (Results 1 – 3 of 3) sorted by relevance
199 rtl::OUString newSrcUnqPath = aFileStatus.getFileURL(); in copy_recursive() local207 err = copy_recursive(newSrcUnqPath, newDstUnqPath); in copy_recursive()
717 rtl::OUString newSrcUnqPath; in copy_prereg_bundled_recursive() local719 newSrcUnqPath = aFileStatus.getFileURL(); in copy_prereg_bundled_recursive()747 if (( newSrcUnqPath != dstUnqPath ) && !bFilter ) in copy_prereg_bundled_recursive()748 … err = copy_prereg_bundled_recursive( newSrcUnqPath,newDstUnqPath, newTypeToCopy ); in copy_prereg_bundled_recursive()
2047 rtl::OUString newSrcUnqPath; in copy_recursive() local2049 newSrcUnqPath = aFileStatus.getFileURL(); in copy_recursive()2064 if ( newSrcUnqPath != dstUnqPath ) in copy_recursive()2065 err = copy_recursive( newSrcUnqPath,newDstUnqPath,newTypeToCopy,false ); in copy_recursive()
Completed in 51 milliseconds