Home
last modified time | relevance | path

Searched defs:RemoveAll (Results 1 – 2 of 2) sorted by relevance

/build/soong/finder/fs/
Dtest.go46 func RemoveAll(t *testing.T, path string, filesystem *MockFs) { func
Dfs.go65 RemoveAll(path string) (err error) methodSpec
131 func (osFs) RemoveAll(path string) error { func
885 func (m *MockFs) RemoveAll(path string) (err error) { func