Home
last modified time | relevance | path

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

/external/elfutils/src/
Dranlib.c118 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content() function
258 && copy_content (arelf, newfd, SARMAG, index_off - SARMAG)) in handle_file()
259 || copy_content (arelf, newfd, rest_off, st.st_size - rest_off) in handle_file()
Dar.c424 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content() function
800 && copy_content (elf, newfd, SARMAG, index_off - SARMAG)) in do_oper_extract()
801 || copy_content (elf, newfd, rest_off, st.st_size - rest_off) in do_oper_extract()
875 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp)) in write_member()
1050 if (copy_content (elf, newfd, start, len)) in do_oper_delete()
1446 if (start != -1 && copy_content (elf, newfd, start, len)) in do_oper_insert()
1531 if (start != -1 && copy_content (elf, newfd, start, len)) in do_oper_insert()
/external/selinux/sandbox/
Dseunshare.c382 struct passwd *pwd, int copy_content) in cleanup_tmpdir() argument
388 if (copy_content) { in cleanup_tmpdir()