Home
last modified time | relevance | path

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

/external/e2fsprogs/contrib/
Dmake-sparse.c27 int full_read(int fd, char *buf, size_t count) in full_read() function
68 got = full_read(0, buf, sizeof(buf)); in main()
/external/e2fsprogs/util/
Dcopy_sparse.c65 static int full_read(int fd, char *buf, size_t count) in full_read() function
167 got = full_read(fd, buf, bs); in copy_sparse_file()
/external/fsverity-utils/
Dutil.c172 bool full_read(struct filedes *file, void *buf, size_t count) in full_read() function
253 if (!full_read(src, buf, n)) in copy_file_data()
Dutil.h134 bool full_read(struct filedes *file, void *buf, size_t count);
Delide_patch.c101 if (!full_read(&patchfile, ext->data, length)) { in parse_patch_option()
Dsign.c445 if (!full_read(&file, sig, filesize)) in read_signature()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c3224 static void read_char7_type(compiler_common *common, BOOL full_read) in read_char7_type() argument
3239 if (full_read) in read_char7_type()