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

  /external/avb/test/
avb_slot_verify_unittest.cc 63 const char* requested_partitions[] = {"boot", NULL}; local
66 requested_partitions,
93 const char* requested_partitions[] = {"boot", NULL}; local
96 requested_partitions,
126 const char* requested_partitions[] = {"boot", NULL}; local
129 requested_partitions,
156 const char* requested_partitions[] = {"boot", NULL}; local
159 requested_partitions,
175 const char* requested_partitions[] = {"boot", NULL}; local
178 requested_partitions,
194 const char* requested_partitions[] = {"boot", NULL}; local
213 const char* requested_partitions[] = {"boot", NULL}; local
250 const char* requested_partitions[] = {"boot", NULL}; local
289 const char* requested_partitions[] = {"boot", NULL}; local
310 const char* requested_partitions[] = {"boot", NULL}; local
413 const char* requested_partitions[] = {"boot", NULL}; local
465 const char* requested_partitions[] = {"boot", NULL}; local
535 const char* requested_partitions[] = {"boot", NULL}; local
703 const char* requested_partitions[] = {"boot", NULL}; local
775 const char* requested_partitions[] = {"boot", NULL}; local
834 const char* requested_partitions[] = {"boot", NULL}; local
918 const char* requested_partitions[] = {"boot", NULL}; local
1092 const char* requested_partitions[] = {"foo", "bar", NULL}; local
1147 const char* requested_partitions[] = {"boot", NULL}; local
1244 const char* requested_partitions[] = {"boot", NULL}; local
1439 const char* requested_partitions[] = {"boot", NULL}; local
1470 const char* requested_partitions[] = {"boot", NULL}; local
1523 const char* requested_partitions[] = {"boot", NULL}; local
    [all...]
avb_ab_flow_unittest.cc 316 const char* requested_partitions[] = {"boot", NULL}; local
333 requested_partitions,
363 requested_partitions,
380 const char* requested_partitions[] = {"boot", NULL}; local
397 requested_partitions,
412 const char* requested_partitions[] = {"boot", NULL}; local
430 requested_partitions,
447 requested_partitions,
464 requested_partitions,
482 requested_partitions,
497 const char* requested_partitions[] = {"boot", NULL}; local
565 const char* requested_partitions[] = {"boot", NULL}; local
599 const char* requested_partitions[] = {"boot", NULL}; local
692 const char* requested_partitions[] = {"boot", NULL}; local
785 const char* requested_partitions[] = {"boot", NULL}; local
850 const char* requested_partitions[] = {"boot", NULL}; local
1136 const char* requested_partitions[] = {"boot", NULL}; local
1213 const char* requested_partitions[] = {"boot", NULL}; local
    [all...]
avb_atx_validate_unittest.cc 645 const char* requested_partitions[] = {"boot", NULL}; local
648 requested_partitions,
  /external/avb/examples/uefi/
main.c 39 const char* requested_partitions[] = {"boot", NULL}; local
64 requested_partitions,
  /external/avb/libavb/
avb_slot_verify.h 120 * the same order as in the passed-in |requested_partitions| array.
182 * NULL-terminated string array |requested_partitions| (each partition
186 * Typically the |requested_partitions| array only contains a single
248 const char* const* requested_partitions,
avb_slot_verify.c 73 const char* const* requested_partitions,
186 found = avb_strv_find_str(requested_partitions,
214 const char* const* requested_partitions,
350 requested_partitions,
556 requested_partitions,
607 requested_partitions,
923 const char* const* requested_partitions,
    [all...]
  /external/avb/libavb_ab/
avb_ab_flow.h 178 * The partitions to load is given in |requested_partitions| as a
180 * |requested_partitions| array only contains a single item for the
214 const char* const* requested_partitions,
avb_ab_flow.c 206 const char* const* requested_partitions,
234 requested_partitions,
  /system/core/fs_mgr/
fs_mgr_avb_ops.cpp 181 // Sets requested_partitions to nullptr as it's to copy the contents
184 const char* requested_partitions[] = {nullptr}; local
185 return avb_slot_verify(&avb_ops_, requested_partitions, ab_suffix.c_str(),

Completed in 117 milliseconds