Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/report/
Dencrypt.py39 if Variables.report_vars.pub_key_file is not None:
40 if Variables.report_vars.pub_key_file == "":
42 if not os.path.exists(Variables.report_vars.pub_key_file):
43 Variables.report_vars.pub_key_file = None
49 Variables.report_vars.pub_key_file = pub_key_path
54 Variables.report_vars.pub_key_file = pub_key_path
56 Variables.report_vars.pub_key_file = ""
57 return Variables.report_vars.pub_key_file
72 with open(Variables.report_vars.pub_key_file,
/test/testfwk/xdevice/src/xdevice/
Dvariables.py43 pub_key_file = None variable in ReportVariables