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

/vbox/src/bldprogs/
H A DVBoxCmp.cpp52 static FILE *openFile(const char *pszFile) function
119 FILE *pFile1 = openFile(pszFile1);
120 FILE *pFile2 = openFile(pszFile2);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DXServer.h122 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DXServer.h122 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DXServer.h124 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DXServer.h124 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename;
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A Dvmstarter.mm67 fResult = [pWS openFile:filename withApplication:m_strVBoxPath andDeactivate:TRUE];
H A DVBoxUtils-darwin-cocoa.mm415 return [[NSWorkspace sharedWorkspace] openFile:pstrFile];
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuilogviewer.py179 (oFile, oSizeOrError, _) = self._oTestSet.openFile(self._oLogFile.sFile, 'rb');
H A Dwuimain.py859 (oFile, oSizeOrError, _) = oTestSet.openFile(oTestFile.sFile, 'rb');
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLMain-darwin.m255 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestset.py176 def openFile(self, sFilename, sMode = 'rb'): member in class:TestSetData

Completed in 72 milliseconds