Home
last modified time | relevance | path

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

/external/autotest/contrib/
Dcoverage.py292 cexecuted = {} variable in coverage
408 args = self.cexecuted.keys()
457 self.cexecuted = {}
481 marshal.dump(self.cexecuted, cache)
488 self.cexecuted = {}
491 self.cexecuted = self.restore_file(self.cache)
497 cexecuted = marshal.load(cache)
499 if isinstance(cexecuted, types.DictType):
500 return cexecuted
515 cexecuted = self.restore_file(full_path)
[all …]