Home
last modified time | relevance | path

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

/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dmime-module.i581 TRACE("opening %s...\n",tmp_cache_path); in generate_caches()
583 TRACE("opened %s.\n",tmp_cache_path); in generate_caches()
587 g_free (tmp_cache_path); in generate_caches()
599 tmp_cache_path, cache_path, strerror(errno)); in generate_caches()
602 g_free (tmp_cache_path); in generate_caches()
609 tmp_cache_path = g_strdup_printf("%s-%d", in generate_caches()
618 TRACE("opening %s...\n",tmp_cache_path); in generate_caches()
620 TRACE("opened %s.\n",tmp_cache_path); in generate_caches()
623 g_free (tmp_cache_path); in generate_caches()
638 tmp_cache_path, cache_path, strerror(errno)); in generate_caches()
[all …]
/dports/graphics/gtk-update-icon-cache/gtk-update-icon-cache-5d5d06c43e088b527a283d8eae37e9ef3ea0d7ea/gtk/
H A Dupdateiconcache.c1470 gchar *cache_path, *tmp_cache_path; in build_cache() local
1490 tmp_cache_path = g_build_filename (path, "."CACHE_NAME, NULL); in build_cache()
1499 g_remove (tmp_cache_path); in build_cache()
1526 g_unlink (tmp_cache_path); in build_cache()
1534 g_unlink (tmp_cache_path); in build_cache()
1541 g_unlink (tmp_cache_path); in build_cache()
1548 if (!validate_file (tmp_cache_path)) in build_cache()
1551 g_unlink (tmp_cache_path); in build_cache()
1574 if (g_rename (tmp_cache_path, cache_path) == -1) in build_cache()
1579 tmp_cache_path, cache_path, in build_cache()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dupdateiconcache.c1475 gchar *cache_path, *tmp_cache_path; in build_cache() local
1495 tmp_cache_path = g_build_filename (path, "."CACHE_NAME, NULL); in build_cache()
1504 g_remove (tmp_cache_path); in build_cache()
1531 g_unlink (tmp_cache_path); in build_cache()
1539 g_unlink (tmp_cache_path); in build_cache()
1546 g_unlink (tmp_cache_path); in build_cache()
1554 if (!validate_file (tmp_cache_path)) in build_cache()
1557 g_unlink (tmp_cache_path); in build_cache()
1580 if (g_rename (tmp_cache_path, cache_path) == -1) in build_cache()
1585 tmp_cache_path, cache_path, in build_cache()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/tools/
H A Dupdateiconcache.c1473 char *cache_path, *tmp_cache_path; in build_cache() local
1493 tmp_cache_path = g_build_filename (path, "."CACHE_NAME, NULL); in build_cache()
1502 g_remove (tmp_cache_path); in build_cache()
1505 g_printerr (_("Failed to open file %s : %s\n"), tmp_cache_path, g_strerror (errno)); in build_cache()
1529 g_unlink (tmp_cache_path); in build_cache()
1537 g_unlink (tmp_cache_path); in build_cache()
1544 g_unlink (tmp_cache_path); in build_cache()
1551 if (!validate_file (tmp_cache_path)) in build_cache()
1577 if (g_rename (tmp_cache_path, cache_path) == -1) in build_cache()
1582 tmp_cache_path, cache_path, in build_cache()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dupdateiconcache.c1478 gchar *cache_path, *tmp_cache_path; in build_cache() local
1498 tmp_cache_path = g_build_filename (path, "."CACHE_NAME, NULL); in build_cache()
1507 g_remove (tmp_cache_path); in build_cache()
1534 g_unlink (tmp_cache_path); in build_cache()
1542 g_unlink (tmp_cache_path); in build_cache()
1549 g_unlink (tmp_cache_path); in build_cache()
1556 if (!validate_file (tmp_cache_path)) in build_cache()
1559 g_unlink (tmp_cache_path); in build_cache()
1582 if (g_rename (tmp_cache_path, cache_path) == -1) in build_cache()
1587 tmp_cache_path, cache_path, in build_cache()
[all …]
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/modules/
H A Dcs_backgrounds.py584 tmp_cache_path = GLib.get_user_cache_dir() + '/cs_backgrounds/'
585 if not os.path.exists(tmp_cache_path):
586 os.mkdir(tmp_cache_path)
587 cache_filename = tmp_cache_path + h + "v2"