OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expectednewlength
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/test/java/libcore/java/nio/channels/
FileChannelTest.java
130
int
expectedNewLength
= positionBeyondSize + newBytes.length;
131
assertEquals(
expectedNewLength
, fc.position());
132
assertEquals(
expectedNewLength
, fc.size());
Completed in 131 milliseconds