OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_filesystem
(Results
1 - 4
of
4
) sorted by null
/external/squashfs-tools/squashfs-tools/
read_fs.h
28
extern long long
read_filesystem
(char *, int, struct squashfs_super_block *,
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
mksquashfs.c
[
all
...]
Completed in 54 milliseconds