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

/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxinstaller.py513 def _darwinDmgPath(self): member in class:VBoxInstallerTestDriver
521 sMountPath = self._darwinDmgPath();
544 sMountPath = self._darwinDmgPath();
566 sUninstaller = os.path.join(self._darwinDmgPath(), 'VirtualBox_Uninstall.tool');
571 sPkg = os.path.join(self._darwinDmgPath(), 'VirtualBox.pkg');
600 sUninstaller = os.path.join(self._darwinDmgPath(), 'VirtualBox_Uninstall.tool');

Completed in 442 milliseconds