Searched refs:once (Results 1 – 25 of 1487) sorted by relevance
12345678910>>...60
82 ssize_t once; in write_all() local85 once = write(fd, buf_c + total, len - total); in write_all()86 if (once < 0) return once; in write_all()87 if (once == 0) { in write_all()91 total += once; in write_all()100 ssize_t once; in read_all() local103 once = read(fd, buf_c + total, len - total); in read_all()104 if (once < 0) return once; in read_all()105 if (once == 0) { in read_all()109 total += once; in read_all()
43 "profcollectd_aidl_interface-rust", // Move to rlib once b/179041242 is fixed.46 "libbinder_rs", // Remove once b/179041241 is fixed.52 "libserde", // Remove once b/179041241 is fixed.
19 #pragma once
16 #pragma once
1 #pragma once
24 #pragma once
17 #pragma once