Home | History | Annotate | Download | only in gio

Lines Matching defs:statbuf

1118   struct stat statbuf;
1138 if (g_lstat (new_local->filename, &statbuf) == -1)
2110 struct stat statbuf;
2127 res = g_lstat (local_source->filename, &statbuf);
2139 source_is_dir = S_ISDIR (statbuf.st_mode);
2140 source_size = statbuf.st_size;
2143 res = g_lstat (local_destination->filename, &statbuf);
2151 if (S_ISDIR (statbuf.st_mode))