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

/vbox/src/libs/xpcom18a4/nsprpub/tools/
H A Dtail.c121 status = PR_GetOpenFileInfo(file, &fileInfo);
151 status = PR_GetOpenFileInfo(file, &fileInfo);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtestfile.c281 if (PR_GetOpenFileInfo(fd_file, &file_info) < 0) {
336 if (PR_GetOpenFileInfo(fd_file, &file_info) < 0) {
355 if (PR_GetOpenFileInfo(fd_file, &file_info) < 0) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dpriometh.c169 PR_IMPLEMENT(PRStatus) PR_GetOpenFileInfo(PRFileDesc *fd, PRFileInfo *info)
363 if (PR_SUCCESS != PR_GetOpenFileInfo(sfd->fd, &info)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h97 #define PR_GetOpenFileInfo VBoxNsprPR_GetOpenFileInfo macro
943 * FUNCTION: PR_GetOpenFileInfo, PR_GetOpenFileInfo64
958 NSPR_API(PRStatus) PR_GetOpenFileInfo(PRFileDesc *fd, PRFileInfo *info);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c3509 if (PR_GetOpenFileInfo(fmap->fd, &info) == PR_FAILURE) {

Completed in 1732 milliseconds