Changeset 77232 in vbox for trunk/src/VBox/Storage/testcase
- Timestamp:
- Feb 9, 2019 1:55:37 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128739
- Location:
- trunk/src/VBox/Storage/testcase
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/VDIoBackend.cpp
r76553 r77232 1 /* *$Id$ */1 /* $Id$ */ 2 2 /** @file 3 *4 3 * VBox HDD container test utility, I/O backend API 5 4 */ -
trunk/src/VBox/Storage/testcase/VDIoBackendMem.cpp
r76553 r77232 1 /* *$Id$ */1 /* $Id$ */ 2 2 /** @file 3 *4 3 * VBox HDD container test utility, async I/O memory backend 5 4 */ -
trunk/src/VBox/Storage/testcase/VDMemDisk.cpp
r76553 r77232 1 /* *$Id$ */1 /* $Id$ */ 2 2 /** @file 3 *4 3 * VBox HDD container test utility, memory disk/file. 5 4 */ -
trunk/src/VBox/Storage/testcase/VDScript.cpp
r76553 r77232 1 /* *$Id$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBox HDD container test utility - scripting engine. -
trunk/src/VBox/Storage/testcase/VDScriptAst.cpp
r76553 r77232 1 /* *$Id$ */1 /* $Id$ */ 2 2 /** @file 3 *4 3 * VBox HDD container test utility - scripting engine AST node related functions. 5 4 */ -
trunk/src/VBox/Storage/testcase/VDScriptChecker.cpp
r76553 r77232 1 /* *$Id$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBox HDD container test utility - scripting engine, type and context checker. -
trunk/src/VBox/Storage/testcase/VDScriptInterp.cpp
r76553 r77232 1 /* *$Id$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBox HDD container test utility - scripting engine, interpreter. -
trunk/src/VBox/Storage/testcase/tstVDIo.cpp
r76553 r77232 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * VBox HDD container test utility - I/O replay. 5 4 */ … … 16 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 16 */ 17 18 18 #define LOGGROUP LOGGROUP_DEFAULT 19 19 #include <VBox/vd.h> -
trunk/src/VBox/Storage/testcase/tstVDSnap.cpp
r76553 r77232 1 /* $Id$ */ 1 2 /** @file 2 *3 3 * Snapshot VBox HDD container test utility. 4 4 */
Note:
See TracChangeset
for help on using the changeset viewer.