Home
last modified time | relevance | path

Searched refs:apps_std_fread (Results 1 – 5 of 5) sorted by relevance

/external/fastrpc/inc/
Dapps_std.h117 __QAIC_HEADER_EXPORT int __QAIC_HEADER(apps_std_fread)(apps_std_FILE sin, byte* buf, int bufLen, in…
/external/fastrpc/src/
Dlog_config.c206 VERIFY(AEE_SUCCESS == (nErr = apps_std_fread(fp, buf, len, &readlen, &eof))); in readLogConfigFromPath()
Dfastrpc_apps_user.c1669 VERIFY(AEE_SUCCESS == (nErr = apps_std_fread(fh, (void *)uproc.file, len, &readlen, &eof))); in apps_dev_init()
1679 …VERIFY(AEE_SUCCESS == (nErr = apps_std_fread(fsig, (byte*)(uproc.file + len), siglen, &readlen, &e… in apps_dev_init()
Dapps_std_imp.c286 __QAIC_IMPL_EXPORT int __QAIC_IMPL(apps_std_fread)(apps_std_FILE sin, byte* buf, int bufLen, int* b… in __QAIC_IMPL() argument
Dapps_std_skel.c1161 return _skel_method_20((void*)__QAIC_IMPL(apps_std_fread), _sc, _pra); in __QAIC_SKEL()