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

/external/webkit/Source/WebCore/platform/chromium/
H A DFileSystemChromium.cpp85 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
87 return PlatformBridge::openFile(path, mode);
/external/webkit/Tools/QtTestBrowser/
H A Dmainwindow.cpp198 void MainWindow::openFile() function in class:MainWindow
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.cc104 base::PlatformFile WebFileUtilitiesImpl::openFile(const WebString& path, function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileUtilities.h63 virtual FileHandle openFile(const WebString& path, int mode) { return FileHandle(); } function in class:WebKit::WebFileUtilities
/external/clang/lib/Basic/
H A DFileManager.cpp321 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, argument
371 if (FileDescriptor != -1 && !openFile) {
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp242 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp72 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp132 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp241 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wince/
H A DFileSystemWinCE.cpp237 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserWindow.cpp74 fileMenu->addAction("Open File", this, SLOT(openFile()), QKeySequence::Open);
214 void BrowserWindow::openFile() function in class:BrowserWindow
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPv3Client.java1034 return openFile(fileName, SSH_FXF_READ, null);
1046 return openFile(fileName, SSH_FXF_READ | SSH_FXF_WRITE, null);
1065 return openFile(fileName, SSH_FXF_READ | SSH_FXF_WRITE | SSH_FXF_APPEND, null);
1084 return openFile(fileName, SSH_FXF_WRITE | SSH_FXF_APPEND, null);
1116 return openFile(fileName, SSH_FXF_CREAT | SSH_FXF_READ | SSH_FXF_WRITE, attr);
1148 return openFile(fileName, SSH_FXF_CREAT | SSH_FXF_TRUNC | SSH_FXF_WRITE, attr);
1211 public SFTPv3FileHandle openFile(String fileName, int flags, SFTPv3FileAttributes attr) throws IOException method in class:SFTPv3Client
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py1415 openFile = "" variable
1426 openFile = dlg.fileName
1429 au = JetCreator(None, -1, openFile)
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp398 PlatformFileHandle PlatformBridge::openFile(const String& path, FileOpenMode mode) function in class:WebCore::PlatformBridge
400 return webKitClient()->fileUtilities()->openFile(path, mode);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 229 milliseconds