Searched refs:uFormat (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Duri.h137 * @param uFormat In which format should the path returned.
139 RTR3DECL(char *) RTUriFilePath(const char *pszUri, uint32_t uFormat);
146 * @param uFormat In which format should the path returned.
149 RTR3DECL(char *) RTUriFileNPath(const char *pszUri, uint32_t uFormat, size_t cchMax);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTUri.cpp185 uint32_t uFormat; member in struct:URIFILETEST
306 static void tstFilePath(size_t iCount, const char *pszUri, const char *pszTest, uint32_t uFormat) argument
308 char *pszResult = RTUriFilePath(pszUri, uFormat);
370 tstFilePath(i+1, g_apCreateFileURIs[i].pcszUri, g_apCreateFileURIs[i].pcszPath, g_apCreateFileURIs[i].uFormat);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/
H A DVBoxMPIf.h611 uint32_t uFormat = (uint32_t)enmFormat; local
613 if ((uFormat & 0xff000000)
614 && (uFormat & 0x00ff0000)
615 && (uFormat & 0x0000ff00)
616 && (uFormat & 0x000000ff)
618 return uFormat;
/vbox/src/VBox/Runtime/common/misc/
H A Duri.cpp619 RTR3DECL(char *) RTUriFilePath(const char *pszUri, uint32_t uFormat) argument
621 return RTUriFileNPath(pszUri, uFormat, RTSTR_MAX);
624 RTR3DECL(char *) RTUriFileNPath(const char *pszUri, uint32_t uFormat, size_t cchMax) argument
655 uint32_t uFIntern = uFormat;
657 if (uFormat == URI_FILE_FORMAT_AUTO)
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceClipboard-os2.cpp54 unsigned uFormat; member in struct:_Odin32ClipboardHeader
329 pHdr->uFormat = usFmt;

Completed in 82 milliseconds