Home
last modified time | relevance | path

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

/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/fs/
H A Dhttpfs.cc81 static struct stat statTempl; variable
334 stbuf = statTempl; in Stat()
431 memcpy(stbuf, &statTempl, sizeof(statTempl)); in acngfs_getattr()
758 if(stat(mpoint, &statTempl) || statfs(mpoint, &stfsTemp)) in main()
760 if(!S_ISDIR(statTempl.st_mode)) in main()