Home
last modified time | relevance | path

Searched defs:excludes (Results 1 - 10 of 10) sorted by relevance

/foundation/filemanagement/app_file_service/tests/mock/b_tarball/
H A Db_tarball_cmdline_mock.cpp29 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 Db_tarball_cmdline.cpp60 void BTarballCmdline::Tar(string_view root, vector<string_view> includes, vector<string_view> excludes) in Tar() argument
H A Db_tarball_factory.cpp69 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 Db_dir_test.cpp146 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 Db_json_entity_extension_config_test.cpp85 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 Db_json_entity_caps.h46 std::vector<std::string> excludes; member
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp205 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 Dbms_adapter.cpp190 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 Dquota_manager.cpp318 std::vector<std::string> excludes; in ReadIncludesExcludesPath() local
736 ScanExtensionPath(BundleStatsParas &paras, 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 Dext_extension.cpp603 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

Completed in 10 milliseconds