Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-fapi/
Difapi_keystore.c184 char fapi_path_delim; in full_path_to_fapi_path() local
221 fapi_path_delim = '.'; in full_path_to_fapi_path()
223 fapi_path_delim = IFAPI_FILE_DELIM_CHAR; in full_path_to_fapi_path()
226 if (path[i] == fapi_path_delim) { in full_path_to_fapi_path()
Dfapi_util.c1317 char fapi_path_delim; in full_path_to_fapi_path() local
1351 fapi_path_delim = '.'; in full_path_to_fapi_path()
1353 fapi_path_delim = IFAPI_FILE_DELIM_CHAR; in full_path_to_fapi_path()
1356 if (path[i] == fapi_path_delim) { in full_path_to_fapi_path()