HomeSort by relevance Sort by last modified time
    Searched full:flushfile (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/base/
file_stream_posix.cc 97 // FlushFile() is a simple wrapper around fsync() that handles EINTR signals and
100 int FlushFile(base::PlatformFile file) {
448 return FlushFile(file_);
  /external/clang/utils/analyzer/
SATestBuild.py 107 class flushfile(object): class in inherits:object
114 sys.stdout = flushfile(sys.stdout)

Completed in 235 milliseconds