Searched refs:uFormat (Results 1 - 5 of 5) sorted by relevance
/vbox/include/iprt/ |
H A D | uri.h | 137 * @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 D | tstRTUri.cpp | 185 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 D | VBoxMPIf.h | 611 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 D | uri.cpp | 619 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 D | VBoxServiceClipboard-os2.cpp | 54 unsigned uFormat; member in struct:_Odin32ClipboardHeader 329 pHdr->uFormat = usFmt;
|
Completed in 70 milliseconds