- Timestamp:
- Sep 26, 2008 6:28:28 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37118
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r12704 r12777 2651 2651 2652 2652 rc = RTPathAppPrivateNoArch (szAppPrivPath, sizeof (szAppPrivPath)); 2653 Assert (RT_SUCCESS (rc));2653 AssertRC (rc); 2654 2654 2655 2655 QString src1 = QString (szAppPrivPath) + "/VBoxGuestAdditions.iso"; -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r12701 r12777 2056 2056 char szAppPrivPath [RTPATH_MAX]; 2057 2057 int rc = RTPathAppPrivateNoArch (szAppPrivPath, sizeof (szAppPrivPath)); NOREF(rc); 2058 Assert (RT_SUCCESS (rc));2058 AssertRC (rc); 2059 2059 /* Run script */ 2060 2060 QByteArray result = … … 2809 2809 2810 2810 rc = RTPathAppPrivateNoArch(szNlsPath, sizeof(szNlsPath)); 2811 Assert (RT_SUCCESS(rc));2811 AssertRC (rc); 2812 2812 2813 2813 QString nlsPath = QString(szNlsPath) + gVBoxLangSubDir; … … 2933 2933 char szDocsPath[RTPATH_MAX]; 2934 2934 int rc = RTPathAppDocs (szDocsPath, sizeof (szDocsPath)); 2935 Assert (RT_SUCCESS (rc));2935 AssertRC (rc); 2936 2936 2937 2937 /* Construct the path and the filename */ -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp
r12582 r12777 2258 2258 2259 2259 rc = RTPathAppPrivateArch (szViewerPath, sizeof (szViewerPath)); 2260 Assert (RT_SUCCESS(rc));2260 AssertRC (rc); 2261 2261 2262 2262 QProcess::startDetached (QString(szViewerPath) + "/kchmviewer",
Note:
See TracChangeset
for help on using the changeset viewer.