Home
last modified time | relevance | path

Searched refs:test_if_subdir (Results 1 – 1 of 1) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/local/
H A Dcamel-mbox-store.c499 gchar *test_if_subdir = g_strdup_printf ("%s.sbd", path); in mbox_store_get_folder_info_sync() local
501 if (g_stat (test_if_subdir, &st) == -1) { in mbox_store_get_folder_info_sync()
503 g_free (test_if_subdir); in mbox_store_get_folder_info_sync()
506 g_free (test_if_subdir); in mbox_store_get_folder_info_sync()