Searched defs:finfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dstat.c68 PRFileInfo finfo; local
72 PR_GetFileInfo(filename, &finfo);
78 struct stat finfo; local
82 stat(filename, &finfo);

Completed in 42 milliseconds