Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_extension_test.cpp266 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 Dext_extension.cpp1105 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()