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

  /external/chromium_org/webkit/browser/fileapi/
file_system_usage_cache.cc 87 FlushFile(usage_file_path);
283 bool FileSystemUsageCache::FlushFile(const base::FilePath& file_path) {
284 TRACE_EVENT0("FileSystem", "UsageCache::FlushFile");
file_system_usage_cache.h 87 bool FlushFile(const base::FilePath& file_path);
  /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 343 milliseconds