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

/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h35 #define RTDirOpenFiltered testRTDirOpenFiltered macro
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstShflCase.cpp45 #define RTDirOpenFiltered rtDirOpenFiltered macro
223 rc = RTDirOpenFiltered (&hSearch, pDirEntry->szName, RTDIRFILTER_WINNT);
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp643 * Take common cause with RTDirOpenFiltered().
651 RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen) function
690 LogFlow(("RTDirOpenFiltered(%p:{%p}, %p:{%s}, %d): return %Rrc\n",
/vbox/include/iprt/
H A Dmangling.h478 # define RTDirOpenFiltered RT_MANGLER(RTDirOpenFiltered) macro

Completed in 60 milliseconds