OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_gettemp
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/stdio/
mktemp.c
40
static int
_gettemp
(char *, int *, int, int);
49
return (
_gettemp
(path, &fd, 0, slen) ? fd : -1);
57
return (
_gettemp
(path, &fd, 0, 0) ? fd : -1);
63
return(
_gettemp
(path, (int *)NULL, 1, 0) ? path : (char *)NULL);
71
return(
_gettemp
(path, (int *)NULL, 0, 0) ? path : (char *)NULL);
85
_gettemp
(char *path, int *doopen, int domkdir, int slen)
function
/ndk/build/platforms/android-3/arch-arm/usr/lib/
libc.so
/ndk/build/platforms/android-4/arch-arm/usr/lib/
libc.so
/ndk/build/platforms/android-5/arch-arm/usr/lib/
libc.so
/ndk/build/platforms/android-5/arch-x86/usr/lib/
libc.so
/ndk/build/platforms/android-8/arch-arm/usr/lib/
libc.so
/ndk/build/platforms/android-8/arch-x86/usr/lib/
libc.so
Completed in 164 milliseconds