HomeSort by relevance Sort by last modified time
    Searched refs:copy_content (Results 1 - 3 of 3) sorted by null

  /external/elfutils/src/
ranlib.c 118 copy_content (Elf *elf, int newfd, off_t off, size_t n) function
258 && copy_content (arelf, newfd, SARMAG, index_off - SARMAG))
259 || copy_content (arelf, newfd, rest_off, st.st_size - rest_off)
ar.c 424 copy_content (Elf *elf, int newfd, off_t off, size_t n) function
800 && copy_content (elf, newfd, SARMAG, index_off - SARMAG))
801 || copy_content (elf, newfd, rest_off, st.st_size - rest_off)
875 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp))
1050 if (copy_content (elf, newfd, start, len))
    [all...]
  /external/selinux/sandbox/
seunshare.c 382 struct passwd *pwd, int copy_content)
388 if (copy_content) {

Completed in 164 milliseconds