Searched refs:SEEK_END (Results 1 – 5 of 5) sorted by relevance
/lk-master/lib/libc/include/ |
A D | stdio.h | 36 #define SEEK_END 2 macro
|
/lk-master/lib/devicetree/ |
A D | devicetreedump.c | 37 if ((end = lseek(fd, 0, SEEK_END)) == -1) in loadfile()
|
/lk-master/tools/ |
A D | liblkboot.c | 192 txlen = lseek(txfd, 0, SEEK_END); in lkboot_txn()
|
A D | bootimage.c | 150 if ((sz = lseek(fd, 0, SEEK_END)) < 0) { in load_file()
|
/lk-master/external/lib/miniz/ |
A D | miniz.c | 2559 if (MZ_FSEEK64(pFile, 0, SEEK_END)) in mz_zip_reader_init_file() 3679 MZ_FSEEK64(pSrc_file, 0, SEEK_END); in mz_zip_writer_add_file()
|
Completed in 15 milliseconds