aboutsummaryrefslogtreecommitdiff
path: root/pathtools/fs_test.go
AgeCommit message (Expand)Author
2024-04-01Use maps and slices packagesColin Cross
2020-01-10Fix reading absolute paths through OsFsColin Cross
2020-01-08Allow primary builder to change working directoryColin Cross
2018-09-27Add pathtools.Filesystem.Stat for soong_zipColin Cross
2018-09-27Add tests for pathtools.FileSystem.LstatColin Cross
2018-09-26Add pathtools.FileSystem.ReadlinkColin Cross
2018-09-26Replace exact errors in tests with errno checkingColin Cross
2018-09-26Fix typo in TestMockFs_followSymlinksColin Cross
2018-09-24Add ShouldFollowSymlinks argument to pathtools.GlobColin Cross
2018-09-24Fix recursive globs through symlinksColin Cross
2018-09-24Add symlink support to mockFsColin Cross