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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprobslet.h58 #define PR_Stat VBoxNsprPR_Stat macro
181 NSPR_API(PRInt32) PR_Stat(const char *path, struct stat *buf);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16io.c817 ** PR_Stat() -- Return status on a file
826 PR_IMPLEMENT(PRInt32) PR_Stat(const char *name, struct stat *buf)
851 } /* end PR_Stat() */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprfile.c616 ** PR_Stat() for Win16 is defined in w16io.c
630 * PR_IMPLEMENT(PRStatus) PR_Stat(const char *name, struct stat *buf)
643 PR_IMPLEMENT(PRInt32) PR_Stat(const char *name, struct stat *buf)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c4659 * PR_Stat is supported for backward compatibility; some existing Java
4664 PR_IMPLEMENT(PRInt32) PR_Stat(const char *name, struct stat *buf)
4667 if (unwarned) unwarned = _PR_Obsolete("PR_Stat", "PR_GetFileInfo");

Completed in 58 milliseconds