Searched refs:kEmptyBuffer (Results 1 – 1 of 1) sorted by relevance
26 static constexpr char kEmptyBuffer[] = {'0'}; variable62 new MappedFile(const_cast<char*>(kEmptyBuffer), 0, 0, nullptr)); in FromOsHandle()80 return std::unique_ptr<MappedFile>(new MappedFile(const_cast<char*>(kEmptyBuffer), 0, 0)); in FromOsHandle()