Home
last modified time | relevance | path

Searched refs:newSrcUnqPath (Results 1 – 3 of 3) sorted by path

/trunk/main/desktop/source/app/
H A Dapp.cxx717 rtl::OUString newSrcUnqPath; in copy_prereg_bundled_recursive() local
719 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()
H A Duserinstall.cxx199 rtl::OUString newSrcUnqPath = aFileStatus.getFileURL(); in copy_recursive() local
207 err = copy_recursive(newSrcUnqPath, newDstUnqPath); in copy_recursive()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx2047 rtl::OUString newSrcUnqPath; in copy_recursive() local
2049 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 38 milliseconds