Searched refs:actual (Results 1 – 1 of 1) sorted by relevance
86 size_t length, actual; in sysLoadFileInShmem() local101 actual = TEMP_FAILURE_RETRY(read(fd, memPtr, length)); in sysLoadFileInShmem()102 if (actual != length) { in sysLoadFileInShmem()103 LOGE("only read %d of %d bytes\n", (int) actual, (int) length); in sysLoadFileInShmem()