platform_build_blueprint/pathtools
Colin Cross a26ae89903 Simplify pathtools.Match
filepath.Match has always supported hierarchical patterns (a/*),
so pathtools.Match can be significantly simplified by reusing
filepath.Match directly instead of recursively stepping through
the path elements using filepath.Match on each one.

Test: glob_test.go
Change-Id: I8af59ee880f0402609b994922bafb1961fcabcf3
2019-05-20 14:57:36 -07:00
..
testdata Fix recursive globs through symlinks 2018-09-24 15:09:32 -07:00
fs.go Add more pathtools.Match test cases 2019-05-20 14:57:31 -07:00
fs_test.go Add pathtools.Filesystem.Stat for soong_zip 2018-09-27 15:54:24 -07:00
glob.go Simplify pathtools.Match 2019-05-20 14:57:36 -07:00
glob_test.go Add more pathtools.Match test cases 2019-05-20 14:57:31 -07:00
lists.go Replace ReplaceExtension regexp with manual string operations 2015-04-15 11:03:06 -07:00