Searched refs:filestat (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c167 get_create_time(struct stat *filestat) argument
171 ret = MIN(filestat->st_ctime, filestat->st_mtime);
172 ret1 = MIN(ret, filestat->st_atime);
276 struct stat filestat; local
305 if (stat(pathname, &filestat) != -1)
359 struct stat filestat; local
424 if ((stat(path, &filestat) == 0) && (S_ISDIR(filestat.st_mode)))
652 struct stat filestat; local
736 struct stat filestat; local
1005 struct stat filestat; local
1201 struct stat filestat; local
[all...]

Completed in 1875 milliseconds