Home
last modified time | relevance | path

Searched defs:includes (Results 1 - 11 of 11) 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.cpp145 vector<string> includes = {rootDir}; in HWTEST_F() local
171 vector<string> includes = {{}, {}}; in HWTEST_F() local
195 vector<string> includes = {"/data/"}; in HWTEST_F() local
219 vector<string> includes = {"/data/app/"}; in HWTEST_F() local
243 vector<string> includes; in HWTEST_F() local
285 vector<string> includes = {preparedDir + string("/*"), preparedDir + string("test")}; HWTEST_F() local
[all...]
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_json_entity_extension_config_test.cpp87 vector<string> includes = cache.GetIncludes(); in HWTEST_F() local
117 vector<string> includes = cache.GetIncludes(); in HWTEST_F() local
179 vector<string> includes in HWTEST_F() local
213 vector<string> includes = cache.GetIncludes(); HWTEST_F() local
247 vector<string> includes = cache.GetIncludes(); HWTEST_F() local
279 vector<string> includes = cache.GetIncludes(); HWTEST_F() local
426 vector<string> includes = cache.GetIncludes(); HWTEST_F() local
[all...]
/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_json_entity_caps.h45 std::vector<std::string> includes; member
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp205 tuple<ErrCode, map<string, struct stat>, map<string, size_t>> BDir::GetBigFiles(const vector<string> &includes, in GetBigFiles() argument
384 tuple<vector<string>, vector<string>> BDir::GetBackupList(const vector<string> &includes, in GetBackupList() argument
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Duntar_file.cpp138 IncrementalUnPacket( const string &tarFile, const string &rootPath, const unordered_map<string, struct ReportFileInfo> &includes) IncrementalUnPacket() argument
H A Dext_extension.cpp603 static pair<TarMap, map<string, size_t>> GetFileInfos(const vector<string> &includes, const vector<string> &excludes) in GetFileInfos() argument
746 vector<string> includes = usrConfig.GetIncludes(); in DoBackup() local
/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.cpp317 std::vector<std::string> includes; in ReadIncludesExcludesPath() local
758 static void DealWithIncludeFiles(const BundleStatsParas &paras, const std::vector<std::string> &includes, in DealWithIncludeFiles() argument
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
[all...]

Completed in 21 milliseconds