Lines Matching refs:write
72 * @tc.name mprotect function add write permission to the anonymous map area test
142 * @tc.name mprotect function delete write permission to the anonymous map area test
230 int wByte = write(fd, buf, len);
231 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0";
262 * @tc.name mprotect function add write permission to the file map area test
280 int wByte = write(fd, buf, len);
281 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0";
336 int wByte = write(fd, fnReturnFive, sizeof(fnReturnFive));
337 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0";
362 * @tc.name mprotect function delete write permission to the file map area test
379 int wByte = write(fd, buf, len);
380 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0";
424 int wByte = write(fd, fnReturnFive, sizeof(fnReturnFive));
425 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0";