Home
last modified time | relevance | path

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

/build/soong/cmd/diff_target_files/
Dglob.go25 func Match(pattern, name string) (bool, error) { func
/build/soong/cmd/zip2zip/
Dzip2zip.go272 func (m *multiFlag) Match(s string) (bool, error) { func
/build/blueprint/pathtools/
Dglob.go246 func Match(pattern, name string) (bool, error) { func
/build/kati/
Dstrutil.cc191 bool Pattern::Match(StringPiece str) const { in Match() function in Pattern