Home
last modified time | relevance | path

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

/trusty/user/app/keymaster/
Dsecure_storage_manager.cpp704 uint64_t bytes_handled; member
706 FileStatus() : bytes_handled(0), file_handle(0) {} in FileStatus()
714 int rc = storage_write(file_status->file_handle, file_status->bytes_handled, in write_to_file_callback()
720 file_status->bytes_handled += rc; in write_to_file_callback()
729 int rc = storage_read(file_status->file_handle, file_status->bytes_handled, in read_from_file_callback()
735 file_status->bytes_handled += rc; in read_from_file_callback()