Searched refs:MyMoveFile_with_Progress (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | FileDir.cpp | 275 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 D | FileDir.h | 61 bool MyMoveFile_with_Progress(CFSTR oldFile, CFSTR newFile,
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/ |
H A D | Update.cpp | 1653 if (!MyMoveFile_with_Progress(tempPath, us2fs(arcPath), &prox)) in UpdateArchive()
|