Searched refs:copy_content (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/src/
H A Dranlib.c134 copy_content (Elf *elf, int newfd, off_t off, size_t n) function
274 && copy_content (arelf, newfd, SARMAG, index_off - SARMAG))
275 || copy_content (arelf, newfd, rest_off, st.st_size - rest_off)
H A Dar.c439 copy_content (Elf *elf, int newfd, off_t off, size_t n) function
809 && copy_content (elf, newfd, SARMAG, index_off - SARMAG))
810 || copy_content (elf, newfd, rest_off, st.st_size - rest_off)
881 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp))
1056 if (copy_content (elf, newfd, start, len))
1450 if (start != -1 && copy_content (elf, newfd, start, len))
1509 if (start != -1 && copy_content (elf, newfd, start, len))
/external/selinux/sandbox/
H A Dseunshare.c382 struct passwd *pwd, int copy_content)
388 if (copy_content) {
381 cleanup_tmpdir(const char *tmpdir, const char *src, struct passwd *pwd, int copy_content) argument

Completed in 154 milliseconds