Searched refs:cchFile (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp388 NULL /* lpszFile */, 0 /* cchFile */);
395 0 /* cchFile */);
402 UINT cchFile = 0; local
409 cchFile = DragQueryFileW(hDrop, i /* File index */,
411 AssertMsg(cchFile == cch, ("cchCopied (%RU16) does not match cchFile (%RU16)\n",
412 cchFile, cch));
425 cchFile = DragQueryFileA(hDrop, i /* File index */,
426 pszFile, cchFile + 1 /* Include terminator */);
427 AssertMsg(cchFile
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DVMAll.cpp124 size_t cchFile = pszFile ? strlen(pszFile) : 0;
128 + cchFile + 1
144 if (cchFile)
147 memcpy((uint8_t *)pErr + pErr->off, pszFile, cchFile + 1);
148 pErr->off += cchFile + 1;
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddbghelp.cpp96 static DECLCALLBACK(int) rtDbgModDbgHelp_LineAdd(PRTDBGMODINT pMod, const char *pszFile, size_t cchFile, uint32_t uLineNo, argument
100 Assert(!pszFile[cchFile]); NOREF(cchFile);
H A Ddbgmodnm.cpp84 static DECLCALLBACK(int) rtDbgModNm_LineAdd(PRTDBGMODINT pMod, const char *pszFile, size_t cchFile, uint32_t uLineNo, argument
88 Assert(!pszFile[cchFile]); NOREF(cchFile);
H A Ddbgmoddeferred.cpp184 static DECLCALLBACK(int) rtDbgModDeferredDbg_LineAdd(PRTDBGMODINT pMod, const char *pszFile, size_t cchFile, uint32_t uLineNo,
189 rc = pMod->pDbgVt->pfnLineAdd(pMod, pszFile, cchFile, uLineNo, iSeg, off, piOrdinal);
H A Ddbgmod.cpp1958 size_t cchFile = strlen(pszFile);
1959 AssertReturn(cchFile, VERR_DBG_FILE_NAME_OUT_OF_RANGE);
1960 AssertReturn(cchFile < RTDBG_FILE_NAME_LENGTH, VERR_DBG_FILE_NAME_OUT_OF_RANGE);
1985 int rc = pDbgMod->pDbgVt->pfnLineAdd(pDbgMod, pszFile, cchFile, uLineNo, iSeg, off, piOrdinal);
H A Ddbgmodcontainer.cpp247 static DECLCALLBACK(int) rtDbgModContainer_LineAdd(PRTDBGMODINT pMod, const char *pszFile, size_t cchFile, uint32_t uLineNo, argument
274 pLine->pszFile = RTStrCacheEnterN(g_hDbgModStrCache, pszFile, cchFile);
H A Ddbgmodcodeview.cpp2060 static DECLCALLBACK(int) rtDbgModCv_LineAdd(PRTDBGMODINT pMod, const char *pszFile, size_t cchFile, uint32_t uLineNo, argument
2064 Assert(!pszFile[cchFile]); NOREF(cchFile);
H A Ddbgmoddwarf.cpp4533 static DECLCALLBACK(int) rtDbgModDwarf_LineAdd(PRTDBGMODINT pMod, const char *pszFile, size_t cchFile, uint32_t uLineNo, argument
4537 Assert(!pszFile[cchFile]); NOREF(cchFile);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1060 size_t cchFile = strlen(pszFile); local
1071 size_t cchPath = cchDir + 1 + cchFile + cchDefaultExt + 1;
1074 char *pszRet = (char *)RTMemTmpAlloc(cchDir + 1 + cchFile + cchDefaultExt + 1);
1082 memcpy(pszRet + cchDir, pszFile, cchFile + 1);
1084 memcpy(pszRet + cchDir + cchFile, pszDefaultExt, cchDefaultExt + 1);
1122 size_t const cchFile = strlen(pszFile); local
1123 if (cchFile >= sizeof(szPath))
1145 rc = RTPathJoinEx(szPath, sizeof(szPath), psz, pszEnd - psz, pszFile, cchFile);
/vbox/src/VBox/Runtime/include/internal/
H A Ddbgmod.h460 * @param cchFile The length of the filename.
468 DECLCALLBACKMEMBER(int, pfnLineAdd)(PRTDBGMODINT pMod, const char *pszFile, size_t cchFile, uint32_t uLineNo,
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp2290 size_t cchFile = pszFile ? strlen(pszFile) : 0;
2291 AssertReturn(cchFile + cch + 1 < sizeof(pLogger->pInt->szFilename), VERR_OUT_OF_RANGE);
2292 memcpy(szTmp, cchFile ? pszFile : "", cchFile + 1);
2300 memcpy(&pLogger->pInt->szFilename[cch], szTmp, cchFile);
2301 pLogger->pInt->szFilename[cch + cchFile] = '\0';
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp332 size_t cchFile = suplibHardenedStrLen(pFile->pszFile); local
334 if (cchDst - off >= cchFile + 2)
337 suplibHardenedMemCopy(&pszDst[off], pFile->pszFile, cchFile + 1);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmsctf.idl374 [in, size_is(cchFile)] const WCHAR *pchIconFile,
375 [in] ULONG cchFile,
532 [in, size_is(cchFile)] const WCHAR *pchIconFile,
533 [in] ULONG cchFile,
H A Doledlg.h164 UINT cchFile; member in struct:tagOLEUIINSERTOBJECTA
190 UINT cchFile; member in struct:tagOLEUIINSERTOBJECTW
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmsctf.idl355 [in, size_is(cchFile)] const WCHAR *pchIconFile,
356 [in] ULONG cchFile,
H A Doledlg.h166 UINT cchFile; member in struct:tagOLEUIINSERTOBJECTA
192 UINT cchFile; member in struct:tagOLEUIINSERTOBJECTW

Completed in 135 milliseconds