Home
last modified time | relevance | path

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

/aoo41x/main/tools/source/fsys/
H A Dfilecopy.cxx411 WIN32_FIND_DATA fdSource; in DoCopy_Impl() local
414 HANDLE hFind = FindFirstFile( aFullSource.GetBuffer() , &fdSource ); in DoCopy_Impl()
425 SetFileTime( hFile, NULL, NULL, &fdSource.ftLastWriteTime ); in DoCopy_Impl()
429 SetFileAttributes( aFullTarget.GetBuffer(), fdSource.dwFileAttributes ); in DoCopy_Impl()

Completed in 17 milliseconds