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

12

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dfilepointer.m13 -(FILE*)openFile:(char*)path withMode:(char*)mode;
18 -(FILE*)openFile:(char*)path withMode:(char*)mode
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dmkversion.c50 openFile(char* filename) function
92 fd = openFile(versionFile);
106 fd = openFile(releaseDateFile);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/test/
H A Dfilepointer.m13 -(FILE*)openFile:(char*)path withMode:(char*)mode;
18 -(FILE*)openFile:(char*)path withMode:(char*)mode
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DOriginLock.cpp58 m_lockHandle = openFile(m_lockFileName, OpenForWrite);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MyViewer/
H A DMyViewerCtrl.rb17 :action, "openFile:",
28 def openFile (sender) method in class:MyViewerCtrl
48 ib_action :openFile
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DFileStream.cpp89 m_handle = openFile(path, OpenForRead);
H A DFileSystem.h187 PlatformFileHandle openFile(const String& path, FileOpenMode);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSImageExtras.m87 [[NSWorkspace sharedWorkspace] openFile:[NSString stringWithUTF8String:path]];
/macosx-10.9.5/WebKit2-7537.78.2/PluginProcess/
H A DPluginProcess.h63 bool openFile(const String& urlString);
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dmultixterm435 proc openFile {{fn {}}} {
450 openFile $rcFile
766 .m.f add command -label Open -command openFile -underline 0
773 .m.f add command -label $f -command [list openFile $f]
985 openFile $cmdFile
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Ddebugsupport.h108 void to(FILE *openFile);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Ddebugsupport.h108 void to(FILE *openFile);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebMemorySampler.cpp133 m_sampleLogFile = openFile(m_sampleLogFilePath, OpenForWrite);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Plugins/
H A DPluginProcessProxy.h141 void openFile(const String& fullPath, bool& result);
/macosx-10.9.5/WebKit2-7537.78.2/PluginProcess/mac/
H A DPluginProcessMac.mm310 if (PluginProcess::shared().openFile(fullPath))
326 // Override -[NSWorkspace openFile:]
327 Method openFileMethod = class_getInstanceMethod(objc_getClass("NSWorkspace"), @selector(openFile:));
389 bool PluginProcess::openFile(const String& fullPath)
/macosx-10.9.5/objc4-551.1/
H A Dmarkgc.c396 bool openFile(const char *filename) { function
439 if (!openFile(filename)) exit(1);
/macosx-10.9.5/WebCore-7537.78.1/platform/posix/
H A DFileSystemPOSIX.cpp74 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DFileSystemQt.cpp148 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Plugins/mac/
H A DPluginProcessProxyMac.mm487 void PluginProcessProxy::openFile(const String& fullPath, bool& result)
495 [[NSWorkspace sharedWorkspace] openFile:fullPath];
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginDatabase.cpp559 file = openFile(absoluteCachePath, OpenForRead);
645 file = openFile(absoluteCachePath, OpenForWrite);
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DFileSystemGtk.cpp284 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DFileSystemWin.cpp321 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/macosx-10.9.5/WebCore-7537.78.1/platform/wince/
H A DFileSystemWinCE.cpp261 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWebPageProxyMac.mm582 [[NSWorkspace sharedWorkspace] openFile:nsPath];
602 [[NSWorkspace sharedWorkspace] openFile:pdfFilename];
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPDFView.mm1263 if (![[NSWorkspace sharedWorkspace] openFile:opath]) {

Completed in 137 milliseconds

12