Searched refs:private_key_check (Results 1 - 3 of 3) sorted by relevance
/base/update/packaging_tools/ |
H A D | build_module_package.py | 95 def private_key_check(arg): function 448 parser.add_argument("-pk", "--private_key", type=private_key_check,
|
H A D | build_update.py | 104 def private_key_check(arg):
function 202 parser.add_argument("-pk", "--private_key", type=private_key_check,
211 parser.add_argument("-xp", "--xml_path", type=private_key_check,
|
/base/update/packaging_tools/test/ |
H A D | test_build_update.py | 35 from build_update import private_key_check namespace 501 private_key_check, check private key param. 504 check_re = private_key_check("test_private_key_check")
|
Completed in 3 milliseconds