Searched refs:wByte (Results 1 – 3 of 3) sorted by relevance
/test/xts/acts/kernel_lite/mem_posix/src/ |
D | MprotectApiTest.cpp | 230 int wByte = write(fd, buf, len); variable 231 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0"; 280 int wByte = write(fd, buf, len); variable 281 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0"; 336 int wByte = write(fd, fnReturnFive, sizeof(fnReturnFive)); variable 337 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0"; 379 int wByte = write(fd, buf, len); variable 380 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0"; 424 int wByte = write(fd, fnReturnFive, sizeof(fnReturnFive)); variable 425 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0";
|
D | MremapApiTest.cpp | 244 int wByte = write(fd, buf, expandSize); variable 245 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0"; 296 int wByte = write(fd, buf, len); variable 297 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0"; 348 int wByte = write(fd, buf, expandSize); variable 349 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0"; 404 int wByte = write(fd, buf, len); variable 405 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0";
|
D | MmapApiTest.cpp | 327 int wByte = write(fd, buf, len); variable 328 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0"; 373 int wByte = write(fd, buf, len); variable 374 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0"; 418 int wByte = write(fd, buf, len); variable 419 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0"; 459 int wByte = write(fd, buf, len); variable 460 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0"; 505 int wByte = write(fd, fnReturnFive, sizeof(fnReturnFive)); variable 506 EXPECT_TRUE(wByte > 0) << "ERROR: write() <= 0"; [all …]
|