Home
last modified time | relevance | path

Searched refs:unlzma_fd (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/samples/compression_test/
Dindependent_cmp.c77 int unlzma_fd = open("tmp/stream", O_NONBLOCK); in main() local
78 int unlzma_size = lseek(unlzma_fd, 0L, SEEK_END); in main()
93 rc = pread(unlzma_fd, unlzma_buf, unlzma_size, 0); in main()
104 close(unlzma_fd); in main()