Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/
H A Db_dir_test.cpp343 bool isForbid = BDir::CheckFilePathInvalid(testPath);
345 bool isForbid1 = BDir::CheckFilePathInvalid(testPath1);
347 bool isForbid2 = BDir::CheckFilePathInvalid(testPath2);
349 bool isForbid3 = BDir::CheckFilePathInvalid(testPath3);
351 bool isForbid4 = BDir::CheckFilePathInvalid(testPath4);
353 bool isForbid5 = BDir::CheckFilePathInvalid(testPath5);
355 bool isForbid6 = BDir::CheckFilePathInvalid(testPath6);
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Duntar_file.cpp339 if (BDir::CheckFilePathInvalid(info.fullPath)) { in ParseFileByTypeFlag()
350 if (BDir::CheckFilePathInvalid(info.fullPath)) { in ParseFileByTypeFlag()
359 … if (BDir::CheckFilePathInvalid(info.fullPath) || BDir::CheckFilePathInvalid(info.longName)) { in ParseFileByTypeFlag()
391 if (BDir::CheckFilePathInvalid(info.fullPath)) { in DealFileTag()
421 if (BDir::CheckFilePathInvalid(info.fullPath)) { in ParseIncrementalFileByTypeFlag()
430 if (BDir::CheckFilePathInvalid(info.fullPath)) { in ParseIncrementalFileByTypeFlag()
H A Dext_extension.cpp397 if (BDir::CheckFilePathInvalid(fileName)) { in GetIncrementalFileHandle()
912 if (BDir::CheckFilePathInvalid(tarName)) { in DoIncrementalRestore()
991 if (BDir::CheckFilePathInvalid(fileName)) { in RestoreBigFilesForSpecialCloneCloud()
1028 if (BDir::CheckFilePathInvalid(tarName)) { in RestoreTarForSpecialCloneCloud()
1032 if (BDir::CheckFilePathInvalid(untarPath)) { in RestoreTarForSpecialCloneCloud()
1165 if (BDir::CheckFilePathInvalid(filePath)) { in RestoreOneBigFile()
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_filesystem/
H A Db_dir.h93 static bool CheckFilePathInvalid(const std::string &filePath);
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp511 bool BDir::CheckFilePathInvalid(const std::string &filePath) in CheckFilePathInvalid() function in OHOS::FileManagement::Backup::BDir