OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:futil_map_file
(Results
1 - 6
of
6
) sorted by null
/external/vboot_reference/futility/
file_type.c
95
err =
futil_map_file
(ifd, MAP_RO, &buf, &buf_len);
futility.h
134
enum futil_file_err
futil_map_file
(int fd, int writeable,
cmd_load_fmap.c
153
errorcnt |=
futil_map_file
(fd, MAP_RW, &buf, &len);
misc.c
233
enum futil_file_err
futil_map_file
(int fd, int writeable,
function
cmd_show.c
700
if (0 !=
futil_map_file
(ifd, MAP_RO, &buf, &buf_len)) {
cmd_sign.c
1052
if (0 !=
futil_map_file
(ifd, mapping, &buf, &buf_len)) {
Completed in 151 milliseconds