Home
last modified time | relevance | path

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

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