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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTPath.cpp279 s_aRTPathAbsExTests[] = local
333 for (unsigned i = 0; i < RT_ELEMENTS(s_aRTPathAbsExTests); ++ i)
335 rc = RTPathAbsEx(s_aRTPathAbsExTests[i].pcszInputBase,
336 s_aRTPathAbsExTests[i].pcszInputPath,
338 if (rc != s_aRTPathAbsExTests[i].rc)
346 s_aRTPathAbsExTests[i].pcszInputBase,
347 s_aRTPathAbsExTests[i].pcszInputPath,
349 s_aRTPathAbsExTests[i].rc);
355 if (s_aRTPathAbsExTests[i].pcszOutput != NULL)
357 if (s_aRTPathAbsExTests[
[all...]

Completed in 47 milliseconds