Home
last modified time | relevance | path

Searched refs:taFp (Results 1 - 4 of 4) sorted by relevance

/base/tee/tee_client/frameworks/include/
H A Dtee_client_inner.h108 FILE *taFp; member
/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_app_load.c227 if (taFile->taFp != NULL) { in TEEC_ReadApp()
228 fp = taFile->taFp; in TEEC_ReadApp()
H A Dtee_client_api.c1055 taFile.taFp = NULL; in TEEC_OpenSession()
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp776 taFile.taFp = fdopen(fd, "r"); in PrePareParmas()
782 if (taFile.taFp != nullptr) { in CloseTaFile()
783 fclose(taFile.taFp); in CloseTaFile()
784 taFile.taFp = nullptr; in CloseTaFile()
800 TaFileInfo taFile = { .taPath = nullptr, .taFp = nullptr }; in OpenSession()

Completed in 5 milliseconds