HomeSort by relevance Sort by last modified time
    Searched refs:first_read (Results 1 - 3 of 3) sorted by null

  /bionic/tools/relocation_packer/src/
elf_file_unittest.cc 92 size_t first_read = fread(first_buffer, 1, sizeof(first_buffer), first); local
95 EXPECT_EQ(first_read, second_read);
96 EXPECT_EQ(0, memcmp(first_buffer, second_buffer, first_read));
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.c 277 static unsigned char first_read = 1; local
279 if (first_read) {
282 first_read = 0;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.c 271 static unsigned char first_read = 1; local
273 if (first_read) {
276 first_read = 0;

Completed in 199 milliseconds