Home
last modified time | relevance | path

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

/system/core/trusty/utils/trusty-ut-ctrl/
Dut-ctrl.c62 int oidx = 0; in parse_options() local
65 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()
/system/core/trusty/apploader/
Dapploader.cpp69 int oidx = 0; in parse_options() local
72 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()
/system/core/trusty/storage/proxy/
Dproxy.c237 int oidx = 0; in parse_args() local
240 while ((opt = getopt_long(argc, argv, _sopts, _lopts, &oidx)) != -1) { in parse_args()
/system/core/trusty/keymaster/set_attestation_ids/
Dset_attestation_ids.cpp162 int oidx = 0; in main() local
163 int c = getopt_long(argc, argv, sopts, lopts, &oidx); in main()
/system/core/trusty/keymaster/set_attestation_key/
Dset_attestation_key.cpp53 int oidx = 0; in parse_options() local
56 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c161 int oidx = 0; in parse_options() local
164 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()