Home
last modified time | relevance | path

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

/external/fastrpc/inc/
DAEEStdErr.h158 #define AEE_EFCLOSE (AEE_EOFFSET + 0x05A) /// file close error macro
/external/fastrpc/src/
Dapps_std_imp.c271 VERIFYC(0 == fclose(sinfo->u.stream), AEE_EFCLOSE); in __QAIC_IMPL()