Home
last modified time | relevance | path

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

/build/soong/finder/fs/
Dfs.go63 Remove(path string) (err error) methodSpec
122 func (osFs) Remove(path string) error { func
798 func (m *MockFs) Remove(path string) (err error) { func
/build/blueprint/parser/
Dparser.go629 func (s *Scope) Remove(name string) { func