Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dstring_file.cc81 const int64_t bytes_past_end = offset - GetLength(); in Write() local
82 if (bytes_past_end > 0) { in Write()
83 data_.append(bytes_past_end, '\0'); in Write()