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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsocket.c1130 static PRFileDesc *small_file_fd, *large_file_fd; variable
1922 small_file_fd = PR_Open(SMALL_FILE_NAME, PR_RDWR | PR_CREATE_FILE,0777);
1924 if (small_file_fd == NULL) {
1948 bytes = PR_Write(small_file_fd, buf->data, len);
1964 MAP_SHARED, small_file_fd->secret->md.osfd, 0);
2168 PR_Close(small_file_fd);

Completed in 49 milliseconds