OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_read
(Results
1 - 3
of
3
) sorted by null
/system/extras/fatblock/
fatblock.h
68
int
fs_read
(struct fs *fs, char *buf, offset_t start, offset_t len);
fatblock.c
57
result =
fs_read
(&fs, buf, offset, length);
read.c
161
int
fs_read
(struct fs *fs, char *buf, offset_t start, offset_t len)
function
Completed in 26 milliseconds