Home
last modified time | relevance | path

Searched defs:bytes_written (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/unix_file/
Dfd_file.cc274 ssize_t bytes_written = kUseOffset in WriteFullyGeneric() local
/art/runtime/jit/
Dprofile_saver.cc347 uint64_t bytes_written; in ProcessProfilingInfo() local
Dprofile_compilation_info.cc179 bool ProfileCompilationInfo::Save(const std::string& filename, uint64_t* bytes_written) { in Save()
222 int bytes_written = TEMP_FAILURE_RETRY(write(fd, buffer, byte_count)); in WriteBuffer() local