Home
last modified time | relevance | path

Searched defs:Exists (Results 1 – 4 of 4) sorted by relevance

/build/kati/
Dfile.h38 bool Exists() const { return exists_; } in Exists() function
Dfileutil.cc37 bool Exists(StringPiece filename) { in Exists() function
Ddep.cc378 bool Exists(Symbol target) { in Exists() function in DepBuilder
/build/blueprint/pathtools/
Dfs.go93 Exists(name string) (bool, bool, error) methodSpec
126 func (osFs) Exists(name string) (bool, bool, error) { func
246 func (m *mockFs) Exists(name string) (bool, bool, error) { func