Searched refs:rawfile (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/src/ |
D | ranlib.c | 121 char *rawfile = elf_rawfile (elf, &len); in copy_content() local 128 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content() 130 return write_retry (newfd, rawfile + off, n) != (ssize_t) n; in copy_content()
|
D | ar.c | 427 char *rawfile = elf_rawfile (elf, &len); in copy_content() local 434 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content() 436 return write_retry (newfd, rawfile + off, n) != (ssize_t) n; in copy_content()
|
/external/libvpx/libvpx/test/ |
D | test-data.sha1 | 861 894fae3afee0290546590823974203ab4b8abd95 *crbug-1539.rawfile
|
D | test-data.mk | 798 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += crbug-1539.rawfile
|