HomeSort by relevance Sort by last modified time
    Searched full:buf_copy (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ppapi/tests/
test_file_io.cc 692 char buf_copy[3]; local
693 memcpy(&buf_copy, &buf, sizeof(buf));
700 ASSERT_EQ(0, memcmp(&buf_copy, &buf, sizeof(buf)));
    [all...]

Completed in 418 milliseconds