Home
last modified time | relevance | path

Searched refs:BufferToRead (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dnt_io.c1304 PVOID BufferToRead; in nt_read_blk() local
1342 BufferToRead = NtData->Buffer; in nt_read_blk()
1348 BufferToRead = buf; in nt_read_blk()
1352 if(!_RawRead(NtData->Handle, Offset, SizeToRead, BufferToRead, &Errno)) in nt_read_blk()
1367 if(BufferToRead != buf) in nt_read_blk()
1370 memcpy(buf, BufferToRead, Size); in nt_read_blk()