Searched refs:VerifyPath (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_restore_async.cpp | 114 BExcepUltils::VerifyPath(tmpPath, false); in OnFileReady() 294 BExcepUltils::VerifyPath(pathCapFile, false); in ChangeBundleInfo() 338 BExcepUltils::VerifyPath(pathCapFile, false); in AppendBundles() 375 BExcepUltils::VerifyPath(pathCapFile, false); in InitArg()
|
H A D | tools_op_incremental_restore_async.cpp | 120 BExcepUltils::VerifyPath(tmpPath, false); in OnFileReady() 311 BExcepUltils::VerifyPath(pathCapFile, false); in ChangeBundleInfo() 355 BExcepUltils::VerifyPath(pathCapFile, false); in AppendBundles() 392 BExcepUltils::VerifyPath(pathCapFile, false); in InitArg()
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_error/ |
H A D | b_excep_utils.cpp | 27 void BExcepUltils::VerifyPath(const string_view &path, bool isExtension) in VerifyPath() function in OHOS::FileManagement::Backup::BExcepUltils
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_error/ |
H A D | b_excep_utils.h | 74 static void VerifyPath(const std::string_view &path, bool isExtension = false);
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service_incremental.cpp | 150 BExcepUltils::VerifyPath(path, false); in GetLocalCapabilitiesIncremental()
|
H A D | service.cpp | 281 BExcepUltils::VerifyPath(path, false); in GetLocalCapabilities()
|