Home | History | Annotate | Download | only in gio

Lines Matching full:local_source

2109   GLocalFile *local_source, *local_destination;
2124 local_source = G_LOCAL_FILE (source);
2127 res = g_lstat (local_source->filename, &statbuf);
2209 if (g_rename (local_source->filename, local_destination->filename) == -1)