Searched refs:apps_std_FILE (Results 1 – 4 of 4) sorted by relevance
/external/fastrpc/inc/ |
D | apps_std.h | 71 typedef int apps_std_FILE; typedef 107 …int __QAIC_HEADER(apps_std_fopen)(const char* name, const char* mode, apps_std_FILE* psout) __QAIC… 108 …XPORT int __QAIC_HEADER(apps_std_freopen)(apps_std_FILE sin, const char* name, const char* mode, a… 109 __QAIC_HEADER_EXPORT int __QAIC_HEADER(apps_std_fflush)(apps_std_FILE sin) __QAIC_HEADER_ATTRIBUTE; 110 __QAIC_HEADER_EXPORT int __QAIC_HEADER(apps_std_fclose)(apps_std_FILE sin) __QAIC_HEADER_ATTRIBUTE; 117 __QAIC_HEADER_EXPORT int __QAIC_HEADER(apps_std_fread)(apps_std_FILE sin, byte* buf, int bufLen, in… 118 __QAIC_HEADER_EXPORT int __QAIC_HEADER(apps_std_fwrite)(apps_std_FILE sin, const byte* buf, int buf… 124 __QAIC_HEADER_EXPORT int __QAIC_HEADER(apps_std_fgetpos)(apps_std_FILE sin, byte* pos, int posLen, … 130 __QAIC_HEADER_EXPORT int __QAIC_HEADER(apps_std_fsetpos)(apps_std_FILE sin, const byte* pos, int po… 134 __QAIC_HEADER_EXPORT int __QAIC_HEADER(apps_std_ftell)(apps_std_FILE sin, int* pos) __QAIC_HEADER_A… [all …]
|
/external/fastrpc/src/ |
D | apps_std_imp.c | 110 apps_std_FILE fd; 143 static int apps_std_FILE_alloc(FILE *stream, apps_std_FILE *fd) { in apps_std_FILE_alloc() 146 apps_std_FILE prevfd = APPS_FD_BASE - 1; in apps_std_FILE_alloc() 184 static int apps_std_FILE_get(apps_std_FILE fd, struct apps_std_info** info) { in apps_std_FILE_get() 214 …T int __QAIC_IMPL(apps_std_fopen)(const char* name, const char* mode, apps_std_FILE* psout) __QAIC… in __QAIC_IMPL() 229 …_EXPORT int __QAIC_IMPL(apps_std_freopen)(apps_std_FILE sin, const char* name, const char* mode, a… in __QAIC_IMPL() 250 __QAIC_IMPL_EXPORT int __QAIC_IMPL(apps_std_fflush)(apps_std_FILE sin) __QAIC_IMPL_ATTRIBUTE { in __QAIC_IMPL() 265 __QAIC_IMPL_EXPORT int __QAIC_IMPL(apps_std_fclose)(apps_std_FILE sin) __QAIC_IMPL_ATTRIBUTE { in __QAIC_IMPL() 286 __QAIC_IMPL_EXPORT int __QAIC_IMPL(apps_std_fread)(apps_std_FILE sin, byte* buf, int bufLen, int* b… in __QAIC_IMPL() 315 __QAIC_IMPL_EXPORT int __QAIC_IMPL(apps_std_fwrite)(apps_std_FILE sin, const byte* buf, int bufLen,… in __QAIC_IMPL() [all …]
|
D | fastrpc_apps_user.c | 1512 static void get_process_testsig(apps_std_FILE *fp, uint64 *ptrlen) { in get_process_testsig() 1537 static int open_shell(int domain_id, apps_std_FILE *fh, int unsigned_shell) { in open_shell() 1626 apps_std_FILE fh = -1; in apps_dev_init() 1650 apps_std_FILE fsig = -1; in apps_dev_init()
|
D | log_config.c | 165 apps_std_FILE fp = -1; in readLogConfigFromPath()
|