Home | History | Annotate | Download | only in io

Lines Matching refs:offOut

951     Int64Ref offOut = new Int64Ref(0);
956 long result = Libcore.os.splice(fdIn, offIn, pipe[1], null /* offOut */ , 10 /* len */, 0 /* flags */);
964 long result = Libcore.os.splice(pipe[0], null /* offIn */, fdOut, offOut, 10 /* len */, 0 /* flags */);
966 assertEquals(5, offOut.value);
983 null /*offOut*/, 10 /* len */, 0 /* flags */);
992 null /*offOut*/, 10 /* len */, 0 /* flags */);
1003 Libcore.os.splice(fdIn, null /* offIn */, fdOut, null /* offOut */, 10 /* len */, 0 /* flags */);