OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ret_size
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/lib/ext2fs/
mkjournal.c
97
int fd,
ret_size
;
local
112
ret_size
= write(fd, buf, fs->blocksize);
113
if (
ret_size
< 0) {
117
if (
ret_size
!= (int) fs->blocksize)
125
ret_size
= write(fd, buf, fs->blocksize);
126
if (
ret_size
< 0) {
130
if (
ret_size
!= (int) fs->blocksize)
fileio.c
374
errcode_t ext2fs_file_get_lsize(ext2_file_t file, __u64 *
ret_size
)
378
*
ret_size
= EXT2_I_SIZE(&file->inode);
ext2fs.h
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c
977
DWORD size,
ret_size
;
local
[
all
...]
Completed in 55 milliseconds