Searched refs:config_help (Results 1 – 10 of 10) sorted by relevance
/external/tpm2-tss/src/tss2-tcti/ |
D | tctildr.c | 105 LOG_TRACE("TCTI config_help: %s", info->config_help); in tcti_from_info() 316 tmp = strndup (info_src->config_help, PATH_MAX); in copy_info() 318 info_dst->config_help = tmp; in copy_info() 387 if (info_tmp->config_help != NULL) { in Tss2_TctiLdr_FreeInfo() 388 free ((char*)info_tmp->config_help); in Tss2_TctiLdr_FreeInfo()
|
D | tcti-tbs.c | 326 .config_help = "Configuration is not used",
|
D | tcti-device.c | 493 .config_help = "Path to TPM character device. Default value is: "
|
D | tcti-mssim.c | 608 .config_help = "Key / value string in the form \"host=localhost,port=2321\".",
|
/external/tpm2-tss/test/unit/ |
D | tctildr-getinfo.c | 31 .config_help = "config_help", 43 s == info_src.config_help) in __wrap_strndup() 151 assert_string_equal (info_dst.config_help, config_help_dup); in copyinfo_success()
|
/external/skia/tools/calmbench/ |
D | calmbench.py | 54 config_help = ( 85 ['--config', str, '8888', config_help],
|
/external/skqp/tools/calmbench/ |
D | calmbench.py | 52 config_help = ( 83 ['--config', str, '8888', config_help],
|
/external/tpm2-tss/test/fuzz/tcti/ |
D | tcti-fuzzing.c | 270 .config_help = "Takes no configuration.",
|
/external/tpm2-tss/include/tss2/ |
D | tss2_tcti.h | 200 const char *config_help; member
|
/external/python/cpython3/Lib/idlelib/ |
D | README.txt | 42 config_help.py # Specify help source in configdialog. 198 General tab # config_help, config-main.def
|