Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dglocalfile.c1632 char *topdir, *globaldir, *trashdir, *tmpname; in _g_local_file_has_trash_dir() local
1678 trashdir = g_build_filename (topdir, tmpname, NULL); in _g_local_file_has_trash_dir()
1681 if (g_lstat (trashdir, &trash_stat) == 0) in _g_local_file_has_trash_dir()
1684 g_free (trashdir); in _g_local_file_has_trash_dir()
1689 g_free (trashdir); in _g_local_file_has_trash_dir()
1708 char *trashdir, *topdir, *infodir, *filesdir; in g_local_file_trash() local
1734 trashdir = NULL; in g_local_file_trash()
1739 trashdir = g_build_filename (g_get_user_data_dir (), "Trash", NULL); in g_local_file_trash()
1740 if (g_mkdir_with_parents (trashdir, 0700) < 0) in g_local_file_trash()
1745 display_name = g_filename_display_name (trashdir); in g_local_file_trash()
[all …]