Searched refs:closeFile (Results 1 - 25 of 30) sorted by relevance

12

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPInputStream.java84 handle.getClient().closeFile(handle);
H A DSFTPOutputStream.java65 handle.getClient().closeFile(handle);
H A DSFTPv3Client.java913 closeFile(handle);
1600 public void closeFile(SFTPv3FileHandle handle) throws IOException method in class:SFTPv3Client
/external/webkit/Source/WebCore/platform/haiku/
H A DFileSystemHaiku.cpp66 void closeFile(PlatformFileHandle&) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/chromium/
H A DFileSystemChromium.cpp90 void closeFile(PlatformFileHandle& handle) function in namespace:WebCore
92 return PlatformBridge::closeFile(handle);
H A DPlatformBridge.h142 static void closeFile(PlatformFileHandle&);
/external/webkit/Source/WebCore/platform/
H A DFileStream.cpp113 closeFile(m_handle);
H A DFileSystem.h185 void closeFile(PlatformFileHandle&);
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileUtilities.h65 virtual void closeFile(FileHandle&) { } function in class:WebKit::WebFileUtilities
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRFileStream.m105 [fh closeFile];
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginPackage.mm66 [executableFile closeFile];
H A DWebNetscapePluginPackage.mm239 [executableFile closeFile];
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.h35 virtual void closeFile(base::PlatformFile& handle);
H A Dwebfileutilities_impl.cc118 void WebFileUtilitiesImpl::closeFile(base::PlatformFile& handle) { function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.cpp272 closeFile(m_fileHandle);
304 closeFile(m_fileHandle);
312 closeFile(m_fileHandle);
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp157 void closeFile(PlatformFileHandle& handle) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp122 void closeFile(PlatformFileHandle& handle) function in namespace:WebCore
/external/webkit/Source/WebCore/plugins/
H A DPluginDatabase.cpp548 closeFile(file);
633 closeFile(file);
646 closeFile(file);
652 closeFile(file);
H A DPluginStream.cpp245 closeFile(m_tempFileHandle);
/external/webkit/Source/WebCore/platform/brew/
H A DFileSystemBrew.cpp222 void closeFile(PlatformFileHandle& handle) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp262 void closeFile(PlatformFileHandle& handle) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp87 void closeFile(PlatformFileHandle& handle) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp262 void closeFile(PlatformFileHandle& handle) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wince/
H A DFileSystemWinCE.cpp256 void closeFile(PlatformFileHandle& handle) function in namespace:WebCore
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp403 void PlatformBridge::closeFile(PlatformFileHandle& handle) function in class:WebCore::PlatformBridge
405 webKitClient()->fileUtilities()->closeFile(handle);

Completed in 2749 milliseconds

12