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/keymaster/set_attestation_ids/
Dset_attestation_ids.cpp89 int oidx = 0; in main() local
90 int c = getopt_long(argc, argv, sopts, lopts, &oidx); in main()
/system/core/trusty/storage/proxy/
Dproxy.c189 int oidx = 0; in parse_args() local
191 while ((opt = getopt_long(argc, argv, _sopts, _lopts, &oidx)) != -1) { in parse_args()
/system/core/trusty/apploader/
Dapploader.cpp68 int oidx = 0; in parse_options() local
71 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()
/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.c115 int oidx = 0; in parse_options() local
118 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()