Searched refs:copy_content (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/src/ |
D | ranlib.c | 134 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content() function 274 && copy_content (arelf, newfd, SARMAG, index_off - SARMAG)) in handle_file() 275 || copy_content (arelf, newfd, rest_off, st.st_size - rest_off) in handle_file()
|
D | ar.c | 439 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content() function 809 && copy_content (elf, newfd, SARMAG, index_off - SARMAG)) in do_oper_extract() 810 || copy_content (elf, newfd, rest_off, st.st_size - rest_off) in do_oper_extract() 881 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp)) in write_member() 1056 if (copy_content (elf, newfd, start, len)) in do_oper_delete() 1450 if (start != -1 && copy_content (elf, newfd, start, len)) in do_oper_insert() 1509 if (start != -1 && copy_content (elf, newfd, start, len)) in do_oper_insert()
|
/external/selinux/policycoreutils/sandbox/ |
D | seunshare.c | 382 struct passwd *pwd, int copy_content) in cleanup_tmpdir() argument 388 if (copy_content) { in cleanup_tmpdir()
|