Home
last modified time | relevance | path

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

/external/scapy/scapy/modules/
Dnmap.py215 testsig = sig.get(test)
216 if testsig is None:
219 "%s=%s" % (key, testsig[key]) for key in korder if key in testsig
/external/fastrpc/src/
Dfastrpc_apps_user.c1515 char testsig[PROPERTY_VALUE_MAX]; in get_process_testsig() local
1520 if (FASTRPC_PROPERTY_GET_STR(FASTRPC_PROP_TESTSIG, testsig, NULL)) { in get_process_testsig()
1521 FARF(HIGH, "testsig file loading is %s", testsig); in get_process_testsig()
1522 nErr = apps_std_fopen_with_env("ADSP_LIBRARY_PATH", ";", testsig, "r", fp); in get_process_testsig()