Searched refs:aDestEntry (Results 1 – 2 of 2) sorted by relevance
179 DirEntry aDestEntry( sUniDestination ); in ForceUpdate() local180 FileStat aDestStat( aDestEntry ); in ForceUpdate()183 if (( !aDestEntry.Exists() ) || in ForceUpdate()186 FileCopier aFileCopier( aDir[ i ], aDestEntry ); in ForceUpdate()189 while ( !aDestEntry.Exists()) in ForceUpdate()
3116 DirEntry aDestEntry( rDestPath ); in CopyFile() local3119 FSysError nError = aSourceEntry.CopyTo( aDestEntry, FSYS_ACTION_COPYFILE ); in CopyFile()
Completed in 41 milliseconds