Home | History | Annotate | Download | only in system

Lines Matching defs:kWorld

286   static const char kWorld[] = "world!!!";
287 CHECK_EQ(memcmp(buffer, kWorld, sizeof(kWorld)), 0);
349 static const char kWorld[] = "world!!!";
350 memcpy(buffer, kWorld, sizeof(kWorld));