android_system_core/include/cutils
Andy McFadden cf63d5d00f Implementation of open_memstream().
POSIX seems to have chosen open_memstream() over the BSD variant.  We
want something for Dalvik that will work on both GNU/Linux and Android,
so this is open_memstream() implemented in terms of BSD funopen().

For Windows there's just a stub that calls abort().

I'm putting this in libcutils since it seems inappropriate for bionic
(which provides the BSD alternatives) but isn't Dalvik-specific.
2010-01-25 15:06:03 -08:00
..
abort_socket.h Helper to perform abortable blocking operations on a socket: 2009-05-20 15:20:30 -07:00
array.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
ashmem.h Merge commit 'goog/master' into merge_master 2009-06-05 15:45:43 -07:00
atomic.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
compiler.h fix copyright notice 2009-04-17 15:16:02 -07:00
config_utils.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
cpu_info.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
dir_hash.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
event_tag_map.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
hashmap.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
jstring.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
log.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
logd.h Expose the stable/frozen log-related definitions of <cutils/logd.h> into a new header: <android/log.h> 2009-05-29 14:45:04 +02:00
logger.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
logprint.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
memory.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
misc.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
mq.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
mspace.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
native_handle.h don't use cdefs.h as it breaks the windows build. 2009-05-21 13:08:39 -07:00
open_memstream.h Implementation of open_memstream(). 2010-01-25 15:06:03 -08:00
process_name.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
properties.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
record_stream.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
sched_policy.h cutils: Add support for reading a processes scheduler policy 2009-10-27 12:27:42 -07:00
selector.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
sockets.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
threads.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
tztime.h am 722a5c04: Add support for "standalone months" to tztime\'s strftime(). 2009-05-15 10:15:18 -07:00
uio.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
zygote.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00