Searched refs:GetDirs (Results 1 – 4 of 4) sorted by relevance
75 vector<string> includesDirs = BDir::GetDirs(includes); in Tar()83 vector<string> excludesDirs = BDir::GetDirs(excludes); in Tar()
59 static std::vector<std::string> GetDirs(const std::vector<std::string_view> &paths);
311 vector<string> res = BDir::GetDirs(paths);
503 vector<string> BDir::GetDirs(const vector<string_view> &paths) in GetDirs() function in OHOS::FileManagement::Backup::BDir