OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_dirsize
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/ext4_utils/src/
ext4fixup.c
629
int
tmp_dirsize
;
local
727
tmp_dirsize
= tmp_inode.i_blocks_lo * INODE_BLOCK_SIZE;
729
printf("dir size = %d bytes\n",
tmp_dirsize
);
732
tmp_dirbuf = malloc(
tmp_dirsize
);
737
recurse_dir(fd, &tmp_inode, tmp_dirbuf,
tmp_dirsize
, mode);
/system/extras/ext4_utils/
ext4fixup.c
528
int
tmp_dirsize
;
local
626
tmp_dirsize
= tmp_inode.i_blocks_lo * INODE_BLOCK_SIZE;
628
printf("dir size = %d bytes\n",
tmp_dirsize
);
631
tmp_dirbuf = malloc(
tmp_dirsize
);
636
recurse_dir(fd, &tmp_inode, tmp_dirbuf,
tmp_dirsize
, mode);
Completed in 2967 milliseconds