Hi,
I want to create a temporary file in my jni code.
I hope to use the standard C function

FILE *tmpfile(void);

However, it failed. I believe it is because the
Android filesystem doesn't have the directory /tmp.

Is there any reliable way to create a temporary file
in Android? What's the suggested directory to hold
a temporary file?

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to