Searched refs:cchDstPath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathParsedReassemble.cpp78 uint32_t cchDstPath = 0; local
87 cchDstPath += cchComp;
88 AssertReturn(cchDstPath <= cchOrgPath, VERR_INVALID_PARAMETER);
105 cchDstPath += cchComp;
106 AssertReturn(cchDstPath <= cchOrgPath, VERR_INVALID_PARAMETER);
112 cchDstPath++;
113 AssertReturn(cchDstPath <= cchOrgPath, VERR_INVALID_PARAMETER);
H A DRTPathSplitReassemble.cpp76 size_t cchDstPath = 0; local
85 cchDstPath += cchComp;
86 AssertReturn(cchDstPath <= cchOrgPath, VERR_INVALID_PARAMETER);
103 cchDstPath += cchComp;
104 AssertReturn(cchDstPath <= cchOrgPath, VERR_INVALID_PARAMETER);
110 cchDstPath++;
111 AssertReturn(cchDstPath <= cchOrgPath, VERR_INVALID_PARAMETER);

Completed in 41 milliseconds