Searched refs:n_bytes (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/host/libs/process_monitor/ |
D | process_monitor_channel.cc | 34 const auto n_bytes = WriteAllBinary(fd, &type_); in Write() local 36 CF_EXPECTF(n_bytes == sizeof(type_), in Write() 38 fd->StrError(), sizeof(type_), n_bytes); in Write() 47 const auto n_bytes = ReadExactBinary(fd, &type); in Read() local 48 CF_EXPECTF(n_bytes == sizeof(type), in Read() 50 err_msg, fd->StrError(), sizeof(type), n_bytes); in Read() 61 const auto n_bytes = WriteAllBinary(fd, &type_); in Write() local 63 CF_EXPECTF(n_bytes == sizeof(type_), in Write() 65 fd->StrError(), sizeof(type_), n_bytes); in Write() 74 const auto n_bytes = ReadExactBinary(fd, &type); in Read() local [all …]
|