Home
last modified time | relevance | path

Searched refs:hashFile (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDeviceFiles.cpp81 HashedFile hashFile; in StoreFileWithHash() local
82 hashFile.set_file(serializedFile); in StoreFileWithHash()
83 hashFile.set_hash(hash); in StoreFileWithHash()
86 hashFile.SerializeToString(&serializedHashFile); in StoreFileWithHash()
205 HashedFile hashFile; in RetrieveHashedFile() local
206 if (!hashFile.ParseFromString(serializedHashFile)) { in RetrieveHashedFile()
214 if (!Hash(hashFile.file(), &hash)) { in RetrieveHashedFile()
219 if (hash != hashFile.hash()) { in RetrieveHashedFile()
226 if (!deSerializedFile->ParseFromString(hashFile.file())) { in RetrieveHashedFile()
/aosp12/system/tools/aidl/build/
H A Daidl_api.go92 hashFile android.OptionalPath member
112 var hashFile android.WritablePath
122 hashFile = android.PathForModuleOut(ctx, "dump", ".hash")
138 Outputs: append(apiFiles, hashFile),
144 "hashFile": hashFile.String(),
148 return apiDump{apiDir, apiFiles.Paths(), android.OptionalPathForPath(hashFile)}
328 implicits = append(implicits, dump.hashFile.Path())
337 "hashFile": dump.hashFile.Path().String(),
356hashFile: android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), currentVersion, ".hash"),
385 hashFile: android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), ver, ".hash"),
[all …]
H A Daidl_gen_rule.go90 hashFile android.Path member
164 hashFile := android.ExistentPathForSource(ctx, baseDir, ".hash")
165 if hashFile.Valid() {
166 hash = "$$(read -r <" + hashFile.Path().String() + " hash extra; printf '%s' \"$$hash\")"
167 implicits = append(implicits, hashFile.Path())
169 g.hashFile = hashFile.Path()
H A Daidl_interface_metadata_singleton.go101 if t.hashFile != nil {
102 info.HashFiles = append(info.HashFiles, t.hashFile.String())