Home
last modified time | relevance | path

Searched refs:hashes (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/compliance/
Dnoticeindex.go89 if hashes, ok := ni.targetHashes[tn]; ok {
90 return hashes, nil
92 hashes := make(map[hash]struct{})
102 if _, ok := hashes[hash]; !ok {
103 hashes[hash] = struct{}{}
106 ni.targetHashes[tn] = hashes
107 return hashes, nil
110 link := func(tn *TargetNode, hashes map[hash]struct{}, installPaths []string) error {
111 for h := range hashes {
167 var hashes map[hash]struct{}
[all …]
/build/soong/bazel/
Daquery.go430 var hashes []string
438 hashes = append(hashes, aqueryDepset.ContentHash)
441 return hashes, nil
/build/soong/
DREADME.md601 hashes to `$OUT_DIR/soong/soong_config_trace.json`.