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

  /external/avb/libavb_atx/
avb_atx_ops.h 60 AvbIOResult (*read_permanent_attributes_hash)( member in struct:AvbAtxOps
avb_atx_validate.c 181 result = ops->atx_ops->read_permanent_attributes_hash(
  /external/avb/test/
fake_avb_ops.h 101 virtual AvbIOResult read_permanent_attributes_hash(
246 AvbIOResult read_permanent_attributes_hash(
371 AvbIOResult read_permanent_attributes_hash(
373 return ops_.read_permanent_attributes_hash(hash);
fake_avb_ops.cc 346 AvbIOResult FakeAvbOps::read_permanent_attributes_hash( function in class:avb::FakeAvbOps
485 ->read_permanent_attributes_hash(hash);
519 avb_atx_ops_.read_permanent_attributes_hash =
avb_atx_validate_unittest.cc 199 AvbIOResult read_permanent_attributes_hash(
204 return ops_.read_permanent_attributes_hash(hash);

Completed in 291 milliseconds