HomeSort by relevance Sort by last modified time
    Searched defs:truncateFile (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
FileSystemChromium.cpp 100 bool truncateFile(PlatformFileHandle handle, long long offset)
102 return PlatformBridge::truncateFile(handle, offset);
  /external/chromium/webkit/glue/
webfileutilities_impl.cc 134 bool WebFileUtilitiesImpl::truncateFile(base::PlatformFile handle,
  /external/webkit/Source/WebKit/chromium/public/
WebFileUtilities.h 67 virtual bool truncateFile(FileHandle, long long offset) { return false; }
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 114 bool truncateFile(PlatformFileHandle handle, long long offset)
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 413 bool PlatformBridge::truncateFile(PlatformFileHandle handle, long long offset)
415 return webKitClient()->fileUtilities()->truncateFile(handle, offset);
    [all...]

Completed in 314 milliseconds