platform_build_blueprint/pathtools
Colin Cross a4fae90d1e Fix recursive glob on MockFs
Recursive globs on MockFs were ending up in an unmocked os.Lstat
call in walkAllDirs.  Move walkAllDirs into the FileSystem interface
as ListDirsRecursive.

Also duplicate the glob tests on both the real filesystem and on
MockFs.

Test: glob_test.go
Change-Id: Ia6b6b5eecdd17955a49d684a0fd5e55df05cfe62
2017-10-05 16:06:15 -07:00
..
testdata Prevent glob from accessing hidden files 2016-12-19 15:17:26 -08:00
fs.go Fix recursive glob on MockFs 2017-10-05 16:06:15 -07:00
glob.go Fix recursive glob on MockFs 2017-10-05 16:06:15 -07:00
glob_test.go Fix recursive glob on MockFs 2017-10-05 16:06:15 -07:00
lists.go Replace ReplaceExtension regexp with manual string operations 2015-04-15 11:03:06 -07:00