OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_entire_file
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/utility/
bmpblk_font.c
72
static void *
read_entire_file
(const char *filename, size_t *length) {
function
110
// Reclaims buffer from
read_entire_file
().
180
imgdata =
read_entire_file
(imgfile, &imgsize);
bmpblk_util.c
23
static void *
read_entire_file
(const char *filename, size_t *length) {
function
61
// Reclaims buffer from
read_entire_file
().
208
ptr = (void *)
read_entire_file
(infile, &length);
/external/vboot_reference/futility/
cmd_gbb_utility.c
199
static uint8_t *
read_entire_file
(const char *filename, off_t *sizeptr)
function
467
inbuf =
read_entire_file
(infile, &filesize);
527
inbuf =
read_entire_file
(infile, &filesize);
Completed in 70 milliseconds