Home | History | Annotate | Download | only in gio

Lines Matching refs:new_local

1116   GLocalFile *local, *new_local;
1136 new_local = G_LOCAL_FILE (new_file);
1138 if (g_lstat (new_local->filename, &statbuf) == -1)
1159 if (g_rename (local->filename, new_local->filename) == -1)