Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_helpers.h31 int bytes_written = TEMP_FAILURE_RETRY(write(fd, buffer, byte_count)); in WriteBuffer() local
Dprofile_compilation_info.cc292 bool ProfileCompilationInfo::Save(const std::string& filename, uint64_t* bytes_written) { in Save()
340 int bytes_written = TEMP_FAILURE_RETRY(write(fd, buffer, byte_count)); in WriteBuffer() local
/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.cc623 uint64_t bytes_written; in ProcessProfilingInfo() local