HomeSort by relevance Sort by last modified time
    Searched defs:open_memstream (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/
TestCompability.c 20 FILE *open_memstream(char **ptr, size_t *sizeloc) function
22 LOGE("Fake open_memstream entered");
  /system/core/libcutils/
open_memstream.c 20 * Implementation of the POSIX open_memstream() function, which Linux has
47 #include <cutils/open_memstream.h>
225 FILE* open_memstream(char** bufp, size_t* sizep) function
255 FILE* open_memstream(char** bufp, size_t* sizep) function
273 * change to open_memstream() to use fopencookie instead:
292 stream = open_memstream(&buf, &len);
307 stream = open_memstream(&buf, &len);
329 stream = open_memstream (&buf, &len);
350 stream = open_memstream (&buf, &len);

Completed in 25 milliseconds