Home
last modified time | relevance | path

Searched defs:truncateFile (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
DFileSystemChromium.cpp100 bool truncateFile(PlatformFileHandle handle, long long offset) in truncateFile() function
/external/webkit/Source/WebKit/chromium/public/
DWebFileUtilities.h67 virtual bool truncateFile(FileHandle, long long offset) { return false; } in truncateFile() function
/external/chromium/webkit/glue/
Dwebfileutilities_impl.cc134 bool WebFileUtilitiesImpl::truncateFile(base::PlatformFile handle, in truncateFile() function in webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/posix/
DFileSystemPOSIX.cpp114 bool truncateFile(PlatformFileHandle handle, long long offset) in truncateFile() function
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp413 bool PlatformBridge::truncateFile(PlatformFileHandle handle, long long offset) in truncateFile() function in WebCore::PlatformBridge