OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_filesystem
(Results
1 - 2
of
2
) sorted by null
/external/squashfs-tools/squashfs-tools/
process_fragments.c
80
static int
read_filesystem
(int fd, long long byte, int bytes, void *buff)
function
84
TRACE("
read_filesystem
: reading from position 0x%llx, bytes %d\n",
88
ERROR("
read_filesystem
: Lseek on destination failed because %s, "
184
res =
read_filesystem
(fd, start_block, size, data_buffer);
201
res =
read_filesystem
(fd, start_block, size, buffer->data);
read_fs.c
856
long long
read_filesystem
(char *root_name, int fd, struct squashfs_super_block *sBlk,
function
Completed in 28 milliseconds