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.cc108 DWORD bytes_written = 0; in pwrite() local
452 ssize_t bytes_written = kUseOffset in WriteFullyGeneric() local
/art/runtime/jit/
Dprofile_saver.cc603 uint64_t bytes_written; in ProcessProfilingInfo() local
/art/libprofile/profile/
Dprofile_compilation_info.cc281 bool ProfileCompilationInfo::Save(const std::string& filename, uint64_t* bytes_written) { in Save()
329 int bytes_written = TEMP_FAILURE_RETRY(write(fd, buffer, byte_count)); in WriteBuffer() local