Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dstaging_snapshot.go33 type fileEntry struct { struct
34 Name string `json:"name"`
35 Mode fs.FileMode `json:"mode"`
36 Size int64 `json:"size"`
37 Sha1 string `json:"sha1"`
40 func fileEntryEqual(a fileEntry, b fileEntry) bool {
161 func diffSnapshots(previous []fileEntry, current []fileEntry) snapshotDiff {