Searched refs:g_mkdir_with_parents (Results 1 – 10 of 10) sorted by relevance
120 int g_mkdir_with_parents (const gchar *pathname,
74 g_mkdir_with_parents (const gchar *pathname, in g_mkdir_with_parents() function
860 #undef g_mkdir_with_parents 861 extern __typeof (g_mkdir_with_parents) g_mkdir_with_parents __attribute((alias("IA__g_mkdir_with_pa…
853 extern __typeof (g_mkdir_with_parents) IA__g_mkdir_with_parents __attribute((visibility("hidden")));854 #define g_mkdir_with_parents IA__g_mkdir_with_parents macro
157 gint result = g_mkdir_with_parents(filename.data(), S_IRWXU); in makeAllDirectories()
322 * glib/gfileutils.c (g_mkdir_with_parents): Fix a 477 * glib/gfileutils.c (g_mkdir_with_parents): Return error with509 * tests/testglib.c: Rename g_makepath() to g_mkdir_with_parents().
2140 - g_mkdir_with_parents [Tor]
1097 g_mkdir_with_parents
1740 if (g_mkdir_with_parents (trashdir, 0700) < 0) in g_local_file_trash()
1229 if (g_mkdir_with_parents (path, 0700) == 0) in ensure_dir()