Searched refs:pszComposedName (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Ddir.h426 * @param pszComposedName The path to the directory entry. The caller must
438 RTDECL(int) RTDirQueryUnknownType(const char *pszComposedName, bool fFollowSymlinks, RTDIRENTRYTYPE *penmType);
445 * @param pszComposedName The path to the directory entry. The caller must
453 RTDECL(int) RTDirQueryUnknownTypeEx(const char *pszComposedName, bool fFollowSymlinks, RTDIRENTRYTYPE *penmType, PRTFSOBJINFO pObjInfo);
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp709 RTDECL(int) RTDirQueryUnknownTypeEx(const char *pszComposedName, bool fFollowSymlinks, argument
712 int rc = RTPathQueryInfoEx(pszComposedName, pObjInfo, RTFSOBJATTRADD_NOTHING,
740 RTDECL(int) RTDirQueryUnknownType(const char *pszComposedName, bool fFollowSymlinks, RTDIRENTRYTYPE *penmType) argument
748 return RTDirQueryUnknownTypeEx(pszComposedName, fFollowSymlinks, penmType, &ObjInfo);

Completed in 35 milliseconds