Searched defs:truncateFile (Results 1 – 5 of 5) sorted by relevance
100 bool truncateFile(PlatformFileHandle handle, long long offset) in truncateFile() function
67 virtual bool truncateFile(FileHandle, long long offset) { return false; } in truncateFile() function
134 bool WebFileUtilitiesImpl::truncateFile(base::PlatformFile handle, in truncateFile() function in webkit_glue::WebFileUtilitiesImpl
114 bool truncateFile(PlatformFileHandle handle, long long offset) in truncateFile() function
413 bool PlatformBridge::truncateFile(PlatformFileHandle handle, long long offset) in truncateFile() function in WebCore::PlatformBridge