Searched refs:pszOperation (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstPrfRT.cpp39 void PrintResult(uint64_t u64Ticks, uint64_t u64MaxTicks, uint64_t u64MinTicks, unsigned cTimes, const char *pszOperation) argument
42 pszOperation, u64MinTicks, u64Ticks / (uint64_t)cTimes, u64MaxTicks, cTimes, u64Ticks);
90 void PrintResult(uint64_t cNs, uint64_t cNsMax, uint64_t cNsMin, unsigned cTimes, const char *pszOperation) argument
93 pszOperation, cNsMin, cNs / (uint64_t)cTimes, cNsMax, cTimes, cNs);
/vbox/src/VBox/Runtime/common/zip/
H A Dunzipcmd.cpp60 const char *pszOperation; member in struct:RTZIPUNZIPCMDOPS
434 Opts.pszOperation, ValueUnion.pDef->pszLong);
436 Opts.pszOperation = ValueUnion.pDef->pszLong;
H A Dtarcmd.cpp91 const char *pszOperation; member in struct:RTZIPTARCMDOPS
1030 Opts.pszOperation, ValueUnion.pDef->pszLong);
1032 Opts.pszOperation = ValueUnion.pDef->pszLong;
1164 Opts.pszOperation = "--list";
1169 return RTMsgErrorExit(RTEXITCODE_FAILURE, "The use of --owner with %s has not implemented yet", Opts.pszOperation);
1173 return RTMsgErrorExit(RTEXITCODE_FAILURE, "The use of --group with %s has not implemented yet", Opts.pszOperation);
1192 return RTMsgErrorExit(RTEXITCODE_FAILURE, "The operation %s is not implemented yet", Opts.pszOperation);
/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIPerf.cpp42 static HRESULT tstComExpr(HRESULT hrc, const char *pszOperation, int iLine) argument
45 RTTestFailed(g_hTest, "%s failed on line %u with hrc=%Rhrc", pszOperation, iLine, hrc);
H A DtstVBoxAPI.cpp45 static HRESULT tstComExpr(HRESULT hrc, const char *pszOperation, int iLine) argument
48 RTTestFailed(g_hTest, "%s failed on line %u with hrc=%Rhrc", pszOperation, iLine, hrc);

Completed in 48 milliseconds