Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/test/testfunc/
H A Dutil.cpp146 size_t rcount = read(fd, &count, sizeof(count)); in perf_single_event() local
147 if (rcount < sizeof(count)) { in perf_single_event()
192 size_t rcount = read(fd, &data, sizeof(struct perf_event2_read_format)); in perf_event2() local
193 if (rcount < sizeof(struct perf_event2_read_format)) { in perf_event2()
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dfs_work_agent.c924 ssize_t rcount; in DoCopy() local
933 rcount = read(fromFd, buf, MAXBSIZE); in DoCopy()
934 while (rcount > 0) { in DoCopy()
935 wcount = write(toFd, buf, (size_t)rcount); in DoCopy()
936 if (rcount != wcount || wcount == -1) { in DoCopy()
941 rcount = read(fromFd, buf, MAXBSIZE); in DoCopy()
944 if (rcount < 0) { in DoCopy()