Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dhost_info_unittest.py416 got = host_info.json_deserialize(serialized_fp)
428 got = host_info.json_deserialize(serialized_fp)
435 host_info.json_deserialize(six.StringIO('{labels:['))
450 host_info.json_deserialize(
472 host_info.json_deserialize(serialized_fp)
Dfile_store.py68 return host_info.json_deserialize(fp)
Dhost_info.py451 def json_deserialize(file_obj): function