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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtestfile.c631 HANDLE hfile; local
745 hfile = CreateFile(pathname, GENERIC_READ,
751 if (hfile == INVALID_HANDLE_VALUE) {
756 CloseHandle(hfile);

Completed in 34 milliseconds