Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileDir.cpp275 bool MyMoveFile_with_Progress(CFSTR oldFile, CFSTR newFile, in MyMoveFile_with_Progress() function
951 return MyMoveFile_with_Progress(_path, name, progress); in MoveTo()
1051 bool MyMoveFile_with_Progress(CFSTR oldFile, CFSTR newFile, in MyMoveFile_with_Progress() function
1076 return MyMoveFile_with_Progress(oldFile, newFile, NULL); in MyMoveFile()
H A DFileDir.h61 bool MyMoveFile_with_Progress(CFSTR oldFile, CFSTR newFile,
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp1653 if (!MyMoveFile_with_Progress(tempPath, us2fs(arcPath), &prox)) in UpdateArchive()