Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api_objects.c649 res != TEE_ERROR_STORAGE_NO_SPACE && in TEE_CreatePersistentObject()
952 res != TEE_ERROR_STORAGE_NO_SPACE && in TEE_WriteObjectData()
980 res != TEE_ERROR_STORAGE_NO_SPACE && in TEE_TruncateObjectData()
H A Dtee_api.c690 res != TEE_ERROR_STORAGE_NO_SPACE) in TEE_SetTAPersistentTime()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h128 #define TEE_ERROR_STORAGE_NO_SPACE 0xFFFF3041 macro
/optee_os/core/tee/
H A Dtee_rpmb_fs.c2611 res = TEE_ERROR_STORAGE_NO_SPACE; in rpmb_fs_write_primitive()