Searched refs:copy_content (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/src/ |
D | ranlib.c | 118 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()
|
D | ar.c | 424 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/ |
D | seunshare.c | 382 struct passwd *pwd, int copy_content) in cleanup_tmpdir() argument 388 if (copy_content) { in cleanup_tmpdir()
|