HomeSort by relevance Sort by last modified time
    Searched refs:closeFile (Results 1 - 25 of 36) sorted by null

1 2

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPInputStream.java 84 handle.getClient().closeFile(handle);
SFTPOutputStream.java 65 handle.getClient().closeFile(handle);
  /external/webkit/Source/WebCore/platform/haiku/
FileSystemHaiku.cpp 66 void closeFile(PlatformFileHandle&)
  /external/webkit/Source/WebCore/platform/chromium/
FileSystemChromium.cpp 90 void closeFile(PlatformFileHandle& handle)
92 return PlatformBridge::closeFile(handle);
PlatformBridge.h 142 static void closeFile(PlatformFileHandle&);
  /external/chromium/webkit/glue/
webfileutilities_impl.h 35 virtual void closeFile(base::PlatformFile& handle);
webfileutilities_impl.cc 118 void WebFileUtilitiesImpl::closeFile(base::PlatformFile& handle) {
  /external/webkit/Source/WebCore/platform/
FileStream.cpp 113 closeFile(m_handle);
FileSystem.h 185 void closeFile(PlatformFileHandle&);
  /external/webkit/Source/WebKit/chromium/public/
WebFileUtilities.h 65 virtual void closeFile(FileHandle&) { }
  /frameworks/av/include/media/
JetPlayer.h 51 int closeFile();
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRFileStream.m 105 [fh closeFile];
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginPackage.mm 66 [executableFile closeFile];
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginStream.cpp 272 closeFile(m_fileHandle);
304 closeFile(m_fileHandle);
312 closeFile(m_fileHandle);
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 157 void closeFile(PlatformFileHandle& handle)
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 122 void closeFile(PlatformFileHandle& handle)
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp 548 closeFile(file);
633 closeFile(file);
646 closeFile(file);
652 closeFile(file);
PluginStream.cpp 245 closeFile(m_tempFileHandle);
  /external/webkit/Source/WebCore/platform/brew/
FileSystemBrew.cpp 222 void closeFile(PlatformFileHandle& handle)
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 262 void closeFile(PlatformFileHandle& handle)
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 87 void closeFile(PlatformFileHandle& handle)
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 262 void closeFile(PlatformFileHandle& handle)
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 256 void closeFile(PlatformFileHandle& handle)
  /frameworks/av/media/libmedia/
JetPlayer.cpp 375 int JetPlayer::closeFile()
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 691 private void closeFile() throws IOException {
725 closeFile();
755 closeFile();

Completed in 1632 milliseconds

1 2