Searched refs:fillWithZeroes (Results 1 – 4 of 4) sorted by relevance
25 virtual status_t Resize(uint64 newSize, bool fillWithZeroes,
41 virtual status_t Resize(uint64 newSize, bool fillWithZeroes,
108 Node::Resize(uint64 newSize, bool fillWithZeroes, Transaction& transaction) in Resize() argument
137 File::Resize(uint64 newSize, bool fillWithZeroes, Transaction& transaction) in Resize() argument164 if (newSize > size && fillWithZeroes) { in Resize()