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

  /external/vboot_reference/tests/
vboot_kernel_tests.c 303 TEST_EQ(AllocAndReadGptData(handle, &g), 0, "AllocAndRead");
319 * check that AllocAndReadGptData still succeeds
323 TEST_EQ(AllocAndReadGptData(handle, &g), 0,
338 * check that AllocAndReadGptData still succeeds
342 TEST_EQ(AllocAndReadGptData(handle, &g), 0,
357 * check that AllocAndReadGptData fails.
362 TEST_EQ(AllocAndReadGptData(handle, &g), 1,
383 TEST_EQ(AllocAndReadGptData(handle, &g), 0,
408 TEST_EQ(AllocAndReadGptData(handle, &g), 0,
426 AllocAndReadGptData(handle, &g)
    [all...]
  /external/vboot_reference/firmware/include/
gpt_misc.h 156 int AllocAndReadGptData(VbExDiskHandle_t disk_handle, GptData *gptdata);
  /external/vboot_reference/firmware/lib/
gpt_misc.c 24 int AllocAndReadGptData(VbExDiskHandle_t disk_handle, GptData *gptdata)
vboot_kernel.c 123 if (0 != AllocAndReadGptData(params->disk_handle, &gpt)) {

Completed in 894 milliseconds