OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_mkstemp
(Results
1 - 8
of
8
) sorted by null
/external/bluetooth/glib/tests/
file-test.c
61
fd =
g_mkstemp
(template);
63
g_warning ("
g_mkstemp
works even if template doesn't contain XXXXXX");
67
fd =
g_mkstemp
(template);
69
g_warning ("
g_mkstemp
works even if template contains less than six X");
73
fd =
g_mkstemp
(template);
74
g_assert (fd != -1 && "
g_mkstemp
didn't work for template fooXXXXXX");
91
fd =
g_mkstemp
(template);
92
g_assert (fd != -1 && "
g_mkstemp
didn't work for template fooXXXXXX.pdf");
testglib.c
910
fd =
g_mkstemp
(template);
912
g_print ("
g_mkstemp
works even if template doesn't end in XXXXXX\n");
915
fd =
g_mkstemp
(template);
917
g_error ("
g_mkstemp
didn't work for template %s\n", template);
[
all
...]
/external/bluetooth/glib/glib/
gfileutils.h
83
#define
g_mkstemp
g_mkstemp_utf8
macro
101
gint
g_mkstemp
(gchar *tmpl);
103
/* Wrapper for
g_mkstemp
*/
gfileutils.c
1207
*
g_mkstemp
:
1215
*
g_mkstemp
() is slightly more flexible than mkstemp()
1228
g_mkstemp
(gchar *tmpl)
function
1235
* @tmpl: Template for file name, as in
g_mkstemp
(), basename only,
1244
* a sequence of six 'X' characters, as the parameter to
g_mkstemp
().
1249
* Note that in contrast to
g_mkstemp
() (and mkstemp())
1318
retval =
g_mkstemp
(fulltemplate);
1872
#undef
g_mkstemp
macro
1875
g_mkstemp
(gchar *tmpl)
function
[
all
...]
galiasdef.c
856
#undef
g_mkstemp
macro
[
all
...]
galias.h
850
#define
g_mkstemp
macro
[
all
...]
/external/bluetooth/glib/gio/
glocalfileoutputstream.c
786
tmpfd =
g_mkstemp
(tmp_filename);
gdesktopappinfo.c
[
all
...]
Completed in 709 milliseconds