Home
last modified time | relevance | path

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

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