Home
last modified time | relevance | path

Searched refs:fillWithZeroes (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.h25 virtual status_t Resize(uint64 newSize, bool fillWithZeroes,
H A DNode.h41 virtual status_t Resize(uint64 newSize, bool fillWithZeroes,
H A DNode.cpp108 Node::Resize(uint64 newSize, bool fillWithZeroes, Transaction& transaction) in Resize() argument
H A DFile.cpp137 File::Resize(uint64 newSize, bool fillWithZeroes, Transaction& transaction) in Resize() argument
164 if (newSize > size && fillWithZeroes) { in Resize()