Searched defs:file_read (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_read_validator.cpp | 44 const RetainPtr<IFX_SeekableReadStream>& file_read, in CPDF_ReadValidator()
|
/external/boringssl/src/crypto/bio/ |
D | file.c | 150 static int file_read(BIO *b, char *out, int outl) { in file_read() function
|
/external/libaom/libaom/common/ |
D | y4minput.c | 24 static int file_read(void *buf, size_t size, FILE *file) { in file_read() function
|
/external/libvpx/libvpx/ |
D | y4minput.c | 22 static int file_read(void *buf, size_t size, FILE *file) { in file_read() function
|
/external/u-boot/lib/efi_loader/ |
D | efi_file.c | 231 static efi_status_t file_read(struct file_handle *fh, u64 *buffer_size, in file_read() function
|
/external/python/cpython3/Lib/ |
D | pickle.py | 249 def __init__(self, file_read, file_readline, file_tell=None): argument
|
/external/python/cpython2/Objects/ |
D | fileobject.c | 1071 file_read(PyFileObject *f, PyObject *args) in file_read() function
|