Home
last modified time | relevance | path

Searched defs:Node (Results 1 – 3 of 3) sorted by relevance

/build/soong/cmd/fileslist/
Dfileslist.go50 type Node struct { struct
51 SHA256 string
52 Name string // device side path.
53 Size int64
54 path string // host side path.
55 stat os.FileInfo
63 func (n *Node) scan() bool {
/build/soong/androidmk/parser/
Dast.go21 type Node interface { interface
/build/blueprint/parser/
Dast.go23 type Node interface { interface