Searched refs:RestoreBigFilePrecheck (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
H A D | ext_extension_test.cpp | 266 bool ret = RestoreBigFilePrecheck(fileName, path, hashName, filePath); 292 bool ret = RestoreBigFilePrecheck(fileName, path, hashName, filePath); 318 bool ret = RestoreBigFilePrecheck(fileName, path, hashName, filePath);
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_extension.cpp | 1105 static bool RestoreBigFilePrecheck(string &fileName, const string &path, const string &hashName, co… in RestoreBigFilePrecheck() function 1173 if (!RestoreBigFilePrecheck(fileName, path, item.hashName, filePath)) { in RestoreOneBigFile()
|