HomeSort by relevance Sort by last modified time
    Searched defs:pentries (Results 1 - 2 of 2) sorted by null

  /device/google/marlin/recovery/gpt-utils/
gpt-utils.cpp 291 uint8_t *pentries = NULL; local
329 pentries = (uint8_t *) calloc(1, pentries_array_size);
330 if (pentries == NULL) {
337 r = blk_rw(fd, 0, pentries_start_offset, pentries, pentries_array_size);
341 crc = crc32(0, pentries, pentries_array_size);
358 r = gpt_boot_chain_swap(pentries, pentries + pentries_array_size,
364 crc = crc32(0, pentries, pentries_array_size);
376 r = blk_rw(fd, 1, pentries_start_offset, pentries,
382 if (pentries)
    [all...]
  /hardware/qcom/msm8998/gpt-utils/
gpt-utils.cpp 291 uint8_t *pentries = NULL; local
329 pentries = (uint8_t *) calloc(1, pentries_array_size);
330 if (pentries == NULL) {
337 r = blk_rw(fd, 0, pentries_start_offset, pentries, pentries_array_size);
341 crc = crc32(0, pentries, pentries_array_size);
358 r = gpt_boot_chain_swap(pentries, pentries + pentries_array_size,
364 crc = crc32(0, pentries, pentries_array_size);
376 r = blk_rw(fd, 1, pentries_start_offset, pentries,
382 if (pentries)
    [all...]

Completed in 99 milliseconds