Searched refs:dstUnqPath (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/ucb/source/ucp/file/ |
| H A D | shell.cxx | 1139 rtl::OUString dstUnqPath( dstUnqPathIn ); in move() local 1145 nError = osl_File_move( srcUnqPath,dstUnqPath,true ); in move() 1158 rtl::OUString targetPath(dstUnqPath); in move() 1162 osl::DirectoryItem::get(dstUnqPath,aItem); in move() 1186 nError = osl_File_move( srcUnqPath,dstUnqPath,true ); in move() 1192 sal_Int32 nLastDot = dstUnqPath.lastIndexOf( '.' ); in move() 1193 sal_Int32 nLastSlash = dstUnqPath.lastIndexOf( '/' ); in move() 1198 nPos = dstUnqPath.getLength(); in move() 1204 newDstUnqPath = dstUnqPath; in move() 1230 dstUnqPath = newDstUnqPath; in move() [all …]
|
| H A D | filglob.cxx | 176 const rtl::OUString& dstUnqPath ) in isChild() argument 181 sal_Int32 dstL = dstUnqPath.getLength(); in isChild() 184 ( srcUnqPath == dstUnqPath ) in isChild() 188 ( srcUnqPath.compareTo( dstUnqPath, srcL ) == 0 ) in isChild() 190 ( dstUnqPath[ srcL ] == slash ) ) in isChild()
|
| H A D | shell.hxx | 310 const rtl::OUString dstUnqPath, // Path to the destination-directory 321 const rtl::OUString dstUnqPath, 479 const rtl::OUString& dstUnqPath, 537 const rtl::OUString& dstUnqPath,
|
| H A D | filglob.hxx | 63 const rtl::OUString& dstUnqPath );
|
| /AOO41X/main/desktop/source/app/ |
| H A D | userinstall.cxx | 172 …osl::FileBase::RC copy_recursive( const rtl::OUString& srcUnqPath, const rtl::OUString& dstUnqPath) in copy_recursive() argument 184 err = Directory::create( dstUnqPath ); in copy_recursive() 200 rtl::OUString newDstUnqPath = dstUnqPath; in copy_recursive() 220 err = File::copy( srcUnqPath,dstUnqPath ); in copy_recursive()
|
| H A D | app.cxx | 677 const rtl::OUString& dstUnqPath, in copy_prereg_bundled_recursive() argument 685 err = osl::File::copy( srcUnqPath,dstUnqPath ); in copy_prereg_bundled_recursive() 694 err = osl::Directory::create( dstUnqPath ); in copy_prereg_bundled_recursive() 721 rtl::OUString newDstUnqPath = dstUnqPath; in copy_prereg_bundled_recursive() 747 if (( newSrcUnqPath != dstUnqPath ) && !bFilter ) in copy_prereg_bundled_recursive()
|