Searched refs:SetReadable (Results 1 – 3 of 3) sorted by relevance
/build/soong/finder/fs/ |
D | test.go | 93 func SetReadable(t *testing.T, path string, readable bool, filesystem *MockFs) { func 94 err := filesystem.SetReadable(path, readable)
|
D | fs.go | 934 func (m *MockFs) SetReadable(path string, readable bool) error { func
|
/build/soong/finder/ |
D | finder_test.go | 1522 fs.SetReadable(t, "/tmp/a", false, filesystem) 1533 fs.SetReadable(t, "/tmp/a", true, filesystem) 1547 fs.SetReadable(t, "/tmp/hi.txt", false, filesystem)
|