/foundation/filemanagement/app_file_service/tests/mock/b_tarball/ |
H A D | b_tarball_cmdline_mock.cpp | 29 void BTarballCmdline::Tar(string_view root, vector<string_view> includes, vector<string_view> excludes) in Tar() argument
|
/foundation/filemanagement/app_file_service/utils/src/b_tarball/ |
H A D | b_tarball_cmdline.cpp | 60 void BTarballCmdline::Tar(string_view root, vector<string_view> includes, vector<string_view> excludes) in Tar() argument
|
H A D | b_tarball_factory.cpp | 69 TarFilter(string_view tarballDir, string_view root, const vector<string_view> &includes, const vector<string_view> &excludes) TarFilter() argument
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/ |
H A D | b_dir_test.cpp | 146 vector<string> excludes = {filePath2}; in HWTEST_F() local 172 vector<string> excludes = {{}}; in HWTEST_F() local 196 vector<string> excludes; in HWTEST_F() local 220 vector<string> excludes; in HWTEST_F() local 244 vector<string> excludes; in HWTEST_F() local 286 vector<string> excludes = {preparedDir + string("/test/test1/test2"), {}}; HWTEST_F() local [all...] |
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A D | b_json_entity_extension_config_test.cpp | 85 vector<string> excludes = cache.GetExcludes(); in HWTEST_F() local 148 vector<string> excludes = cache.GetExcludes(); in HWTEST_F() local 182 vector<string> excludes in HWTEST_F() local 216 vector<string> excludes = cache.GetExcludes(); HWTEST_F() local 248 vector<string> excludes = cache.GetExcludes(); HWTEST_F() local 281 vector<string> excludes = cache.GetExcludes(); HWTEST_F() local 451 vector<string> excludes = cache.GetExcludes(); HWTEST_F() local [all...] |
/foundation/filemanagement/app_file_service/utils/include/b_json/ |
H A D | b_json_entity_caps.h | 46 std::vector<std::string> excludes; member
|
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/ |
H A D | b_dir.cpp | 205 GetBigFiles(const vector<string> &includes, const vector<string> &excludes) GetBigFiles() argument 384 GetBackupList(const vector<string> &includes, const vector<string> &excludes) GetBackupList() argument
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/ |
H A D | bms_adapter.cpp | 190 CreateIPCInteractionFiles(int32_t userId, const string &bundleName, int64_t lastIncrementalTime, const vector<string> &includes, const vector<string> &excludes) CreateIPCInteractionFiles() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/quota/ |
H A D | quota_manager.cpp | 318 std::vector<std::string> excludes;
in ReadIncludesExcludesPath() local 736 ScanExtensionPath(BundleStatsParas ¶s, const std::vector<std::string> &includes, const std::vector<std::string> &excludes, std::map<std::string, std::string> &pathMap, std::ofstream &statFile) ScanExtensionPath() argument
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_extension.cpp | 603 static pair<TarMap, map<string, size_t>> GetFileInfos(const vector<string> &includes, const vector<string> &excludes) in GetFileInfos() argument 747 vector<string> excludes = usrConfig.GetExcludes(); in DoBackup() local
|