Home
last modified time | relevance | path

Searched refs:GetDirs (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_tarball/
H A Db_tarball_cmdline.cpp75 vector<string> includesDirs = BDir::GetDirs(includes); in Tar()
83 vector<string> excludesDirs = BDir::GetDirs(excludes); in Tar()
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_filesystem/
H A Db_dir.h59 static std::vector<std::string> GetDirs(const std::vector<std::string_view> &paths);
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/
H A Db_dir_test.cpp311 vector<string> res = BDir::GetDirs(paths);
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp503 vector<string> BDir::GetDirs(const vector<string_view> &paths) in GetDirs() function in OHOS::FileManagement::Backup::BDir