Home
last modified time | relevance | path

Searched refs:manifest_dict (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/imageloader/
Dmanifest.cc83 base::DictionaryValue* manifest_dict = nullptr; in ParseManifest() local
84 if (!value->GetAsDictionary(&manifest_dict)) { in ParseManifest()
91 if (!manifest_dict->GetInteger(kManifestVersionField, &version)) { in ParseManifest()
102 if (!manifest_dict->GetString(kImageHashField, &image_hash_str)) { in ParseManifest()
113 if (!manifest_dict->GetString(kTableHashField, &table_hash_str)) { in ParseManifest()
123 if (!manifest_dict->GetString(kVersionField, &(version_))) { in ParseManifest()
131 if (manifest_dict->GetString(kFSType, &fs_type)) { in ParseManifest()
142 if (!manifest_dict->GetBoolean(kIsRemovableField, &(is_removable_))) { in ParseManifest()
149 if (manifest_dict->Get(kMetadataField, &metadata)) { in ParseManifest()
/external/autotest/client/site_tests/network_CastTDLS/
Dnetwork_CastTDLS.py118 manifest_dict = json.load(f)
119 manifest_dict['key'] = KEY
121 json.dump(manifest_dict, f)