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

  /external/vboot_reference/cgpt/
cgpt.h 160 int GetSuccessful(struct drive *drive, int secondary, uint32_t entry_index);
cgpt_add.c 257 params->successful = GetSuccessful(&drive, PRIMARY, index);
cgpt_show.c 204 printf("%d\n", GetSuccessful(drive, ANY_VALID, index));
cgpt_common.c 765 int GetSuccessful(struct drive *drive, int secondary, uint32_t entry_index) {
    [all...]

Completed in 107 milliseconds