Searched refs:excludePaths (Results 1 – 2 of 2) sorted by relevance
64 ArraySet<PathWithRequiredFlags> excludePaths = new ArraySet<>(); in testGetIncludeExcludeRules_isNotMigration_returnsRules() local65 excludePaths.add(path); in testGetIncludeExcludeRules_isNotMigration_returnsRules()66 IncludeExcludeRules expectedRules = new IncludeExcludeRules(includePaths, excludePaths); in testGetIncludeExcludeRules_isNotMigration_returnsRules()69 when(mBackupScheme.maybeParseAndGetCanonicalExcludePaths()).thenReturn(excludePaths); in testGetIncludeExcludeRules_isNotMigration_returnsRules()
547 excludePaths := func(paths Paths) Paths {564 return excludePaths(modulePaths), nil