HomeSort by relevance Sort by last modified time
    Searched full:g_mkstemp (Results 1 - 19 of 19) 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/
pltcheck.sh 12 SKIP='\<g_access\|\<g_array_\|\<g_ascii\|\<g_list_\|\<g_assertion_message\|\<g_warn_message\|\<g_atomic\|\<g_build_filename\|\<g_byte_array\|\<g_child_watch\|\<g_convert\|\<g_dir_\|\<g_error_\|\<g_clear_error\|\<g_file_error_quark\|\<g_file_get_contents\|\<g_file_set_contents\|\<g_file_test\|\<g_file_read_link\|\<g_filename_\|\<g_find_program_in_path\|\<g_free\|\<g_get_\|\<g_getenv\|\<g_hash_table_\|\<g_idle_\|\<g_intern_static_string\|\<g_io_channel_\|\<g_key_file_\|\<g_listenv\|\<g_locale_to_utf8\|\<g_log\|\<g_main_context_wakeup\|\<g_malloc\|\<g_markup_\|\<g_mkdir_\|\<g_mkstemp\|\<g_module_\|\<g_object_\|\<g_once_\|\<g_param_spec_\|\<g_path_\|\<g_printerr\|\<g_propagate_error\|\<g_ptr_array_\|\<g_qsort_\|\<g_quark_\|\<g_queue_\|\<g_realloc\|\<g_return_if_fail\|\<g_set_error\|\<g_shell_\|\<g_signal_\|\<g_slice_\|\<g_slist_\|\<g_snprintf\|\<g_source_\|\<g_spawn_\|\<g_static_\|\<g_str\|\<g_thread_pool_\|\<g_time_val_add\|\<g_timeout_\|\<g_type_\|\<g_unlink\|\<g_uri_\|\<g_utf8_\|\<g_value_\|\<g_enum_\|\<g_flags_\|\<g_checksum\|\<g_io_add_watch\|\<g_bit_\|\<g_poll\|\<g_boxed'
glocalfileoutputstream.c 786 tmpfd = g_mkstemp (tmp_filename);
gdesktopappinfo.c     [all...]
  /external/webkit/WebCore/platform/gtk/
FileSystemGtk.cpp 232 int fileDescriptor = g_mkstemp(tempPath);
  /external/bluetooth/glib/
ChangeLog.pre-2-20 349 Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32
352 g_file_test(), g_file_get_contents(), g_mkstemp() and
355 version of g_mkstemp(). Thanks to Morten Welinder and Jody
ChangeLog.pre-2-12 147 * glib/gfileutils.c (g_mkstemp): Allow the XXXXXX to occur
ChangeLog.pre-2-6 389 (g_mkstemp): Document that the template should be in the GLib file
    [all...]
ChangeLog.pre-2-8     [all...]
NEWS 258 566348 g_file_open_tmp uses the wrong g_mkstemp on win32
    [all...]
ChangeLog.pre-2-0     [all...]
ChangeLog.pre-2-4     [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
fileutils.sgml 196 <!-- ##### FUNCTION g_mkstemp ##### -->
  /external/bluetooth/glib/docs/reference/glib/
glib-sections.txt 1094 g_mkstemp
    [all...]

Completed in 1393 milliseconds