Searched defs:cchOrgPath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathParsedReassemble.cpp77 uint32_t const cchOrgPath = pParsed->cchPath; local
88 AssertReturn(cchDstPath <= cchOrgPath, VERR_INVALID_PARAMETER);
106 AssertReturn(cchDstPath <= cchOrgPath, VERR_INVALID_PARAMETER);
113 AssertReturn(cchDstPath <= cchOrgPath, VERR_INVALID_PARAMETER);
H A DRTPathSplitReassemble.cpp75 uint32_t const cchOrgPath = pSplit->cchPath; local
86 AssertReturn(cchDstPath <= cchOrgPath, VERR_INVALID_PARAMETER);
104 AssertReturn(cchDstPath <= cchOrgPath, VERR_INVALID_PARAMETER);
111 AssertReturn(cchDstPath <= cchOrgPath, VERR_INVALID_PARAMETER);

Completed in 52 milliseconds