Searched refs:hashFile (Results 1 – 3 of 3) sorted by relevance
/system/tools/aidl/build/ |
D | aidl_api.go | 34 `${aidlHashGen} ${outDir} ${latestVersion} ${hashFile}`, 96 hashFile android.OptionalPath member 117 var hashFile android.WritablePath 124 hashFile = android.PathForModuleOut(ctx, "dump", ".hash") 138 Outputs: append(apiFiles, hashFile), 145 "hashFile": hashFile.String(), 149 return apiDump{version, apiDir, apiFiles.Paths(), android.OptionalPathForPath(hashFile)}
|
D | aidl_gen_rule.go | 94 hashFile android.Path member 178 hashFile := android.ExistentPathForSource(ctx, baseDir, ".hash") 179 if hashFile.Valid() { 180 hash = "$$(tail -1 '" + hashFile.Path().String() + "')" 181 implicits = append(implicits, hashFile.Path()) 183 g.hashFile = hashFile.Path()
|
D | aidl_interface_metadata_singleton.go | 106 if t.hashFile != nil { 107 info.HashFiles = append(info.HashFiles, t.hashFile.String())
|