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

  /external/elfutils/src/
ranlib.c 121 char *rawfile = elf_rawfile (elf, &len); local
128 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL);
130 return write_retry (newfd, rawfile + off, n) != (ssize_t) n;
ar.c 427 char *rawfile = elf_rawfile (elf, &len); local
434 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL);
436 return write_retry (newfd, rawfile + off, n) != (ssize_t) n;
    [all...]
  /external/libvpx/libvpx/test/
test-data.mk     [all...]

Completed in 97 milliseconds