OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:load_buffer
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
fileio.c
165
static errcode_t
load_buffer
(ext2_file_t file, int dontfill)
function
224
retval =
load_buffer
(file, 0);
278
retval =
load_buffer
(file, (c == fs->blocksize));
/system/core/fastboot/
engine.c
231
static void *
load_buffer
(int fd, off_t size)
function
294
image->buffer =
load_buffer
(fd, st.st_size);
Completed in 42 milliseconds