Home
last modified time | relevance | path

Searched refs:aSourceDirEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dstep0.cxx1380 DirEntry aSourceDirEntry( aSource ); in StepRENAME() local
1381 if( aSourceDirEntry.Exists() ) in StepRENAME()
1383 if( aSourceDirEntry.MoveTo( DirEntry(aDest) ) != FSYS_ERR_OK ) in StepRENAME()
H A Dmethods.cxx643 DirEntry aSourceDirEntry(aSource); in RTLFUNC() local
644 if (aSourceDirEntry.Exists()) in RTLFUNC()
646 if (aSourceDirEntry.CopyTo(DirEntry(aDest),FSYS_ACTION_COPYFILE) != FSYS_ERR_OK) in RTLFUNC()

Completed in 61 milliseconds