Searched refs:pszChild (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Ddir.h199 * @param pszChild Path to the file which parent should be flushed.
201 RTDECL(int) RTDirFlushParent(const char *pszChild);
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp696 RTDECL(int) RTDirFlushParent(const char *pszChild) argument
699 int rc = RTStrCopy(szPath, sizeof(szPath), pszChild);
/vbox/src/VBox/Runtime/common/zip/
H A Dxarvfs.cpp617 * @param pszChild The name of the child element.
620 static bool rtZipXarParseTimestamp(const xml::ElementNode *pParent, const char *pszChild, PRTTIMESPEC pTimeSpec) argument
622 const char *pszValue = pParent->findChildElementValueP(pszChild);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp2882 const char *pszChild = (const char *)PsGetProcessImageFileName(pChildProcess); local
2884 && pszChild != NULL
2885 && strcmp(pszStub, pszChild) == 0;

Completed in 65 milliseconds