Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dnt_io.c1323 PVOID BufferToRead; in nt_read_blk() local
1361 BufferToRead = NtData->Buffer; in nt_read_blk()
1367 BufferToRead = buf; in nt_read_blk()
1371 if(!_RawRead(NtData->Handle, Offset, SizeToRead, BufferToRead, &Errno)) in nt_read_blk()
1386 if(BufferToRead != buf) in nt_read_blk()
1389 memcpy(buf, BufferToRead, Size); in nt_read_blk()