Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/utils/trusty-ut-ctrl/
H A Dut-ctrl.c31 static const char* ut_app = NULL; variable
89 ut_app = strdup(argv[optind]); in parse_options()
152 if (!ut_app) { in main()
157 rc = run_trusty_unitest(ut_app); in main()