Searched defs:PRFileInfo64 (Results 1 – 1 of 1) sorted by relevance
61 typedef struct PRFileInfo64 PRFileInfo64; typedef826 struct PRFileInfo64 { struct827 PRFileType type; /* Type of file */828 PROffset64 size; /* Size, in bytes, of file's contents */852 NSPR_API(PRStatus) PR_GetFileInfo64(const char *fn, PRFileInfo64 *info); argument