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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp1141 const char *pszMBRFilename = NULL; local
1170 pszMBRFilename = argv[i];
1204 if (!pszPartitions && pszMBRFilename)
1586 && pszMBRFilename)
1589 vrc = RTFileOpen(&MBRFile, pszMBRFilename, RTFILE_O_READ | RTFILE_O_OPEN | RTFILE_O_DENY_WRITE);
1592 RTMsgError("Cannot open replacement MBR file '%s' specified with -mbr: %Rrc", pszMBRFilename, vrc);
1599 RTMsgError("Cannot read replacement MBR file '%s': %Rrc", pszMBRFilename, vrc);

Completed in 49 milliseconds