Searched refs:_sopts (Results 1 – 5 of 5) sorted by relevance
/system/core/trusty/utils/trusty-ut-ctrl/ |
D | ut-ctrl.c | 33 static const char* _sopts = "hD:"; variable 65 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()
|
/system/core/trusty/storage/proxy/ |
D | proxy.c | 58 static const char* _sopts = "hp:d:r:t:"; variable 202 while ((opt = getopt_long(argc, argv, _sopts, _lopts, &oidx)) != -1) { in parse_args()
|
/system/core/trusty/apploader/ |
D | apploader.cpp | 46 static const char* _sopts = "hD:"; variable 71 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()
|
/system/core/trusty/keymaster/set_attestation_key/ |
D | set_attestation_key.cpp | 33 static const char* _sopts = "h"; variable 56 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()
|
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 48 static const char *_sopts = "hsvD:t:r:m:b:"; variable 115 c = getopt_long (argc, argv, _sopts, _lopts, &oidx); in parse_options()
|