Home
last modified time | relevance | path

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

/external/fastrpc/inc/
Dsbuf_parser.h202 static __inline int sbuf_string(struct sbuf *buf, const char *str) { in sbuf_string() function
/external/fastrpc/src/
Dmod_table.c332 VERIFYC(sbuf_string(&buf, "file://"), AEE_EINVALIDFORMAT); in parse_uri()
335 (void)sbuf_string(&buf, "/"); in parse_uri()