Searched refs:challenge_file (Results 1 – 2 of 2) sorted by relevance
204 def __init__(self, challenge_file): argument208 with open(challenge_file, 'rb') as f:301 challenge_file = os.path.join(tempdir, 'challenge')318 fastboot_cmd(['get_staged', challenge_file])320 challenge = UnlockChallenge(challenge_file)
227 challenge_file = os.path.join(tempdir, 'challenge')228 writeFullUnlockChallenge(challenge_file)229 challenge = UnlockChallenge(challenge_file)