Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dglocalfile.c1709 char *basename, *trashname, *trashfile, *infoname, *infofile; in g_local_file_trash() local
1874 trashname = NULL; in g_local_file_trash()
1877 g_free (trashname); in g_local_file_trash()
1880 trashname = get_unique_filename (basename, i++); in g_local_file_trash()
1881 infoname = g_strconcat (trashname, ".trashinfo", NULL); in g_local_file_trash()
1897 g_free (trashname); in g_local_file_trash()
1912 trashfile = g_build_filename (filesdir, trashname, NULL); in g_local_file_trash()
1921 g_free (trashname); in g_local_file_trash()
1972 g_free (trashname); in g_local_file_trash()