Changeset 80585 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Sep 4, 2019 2:05:50 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstAnimate.cpp
r76553 r80585 197 197 RTPrintf("info: running script...\n"); 198 198 uint64_t cb; 199 int rc = RTFile GetSize(File, &cb);199 int rc = RTFileQuerySize(File, &cb); 200 200 if (RT_SUCCESS(rc)) 201 201 { … … 804 804 if (FileRawMem != NIL_RTFILE) 805 805 { 806 rc = RTFile GetSize(FileRawMem, &cbMem);806 rc = RTFileQuerySize(FileRawMem, &cbMem); 807 807 AssertReleaseRC(rc); 808 808 cbMem -= offRawMem;
Note:
See TracChangeset
for help on using the changeset viewer.