Home
last modified time | relevance | path

Searched refs:avb_atx_ops_ (Results 1 – 2 of 2) sorted by relevance

/external/avb/test/
Dfake_avb_ops.cc360 avb_ops_.atx_ops = &avb_atx_ops_; in FakeAvbOps()
376 avb_atx_ops_.ops = &avb_ops_; in FakeAvbOps()
377 avb_atx_ops_.read_permanent_attributes = my_ops_read_permanent_attributes; in FakeAvbOps()
378 avb_atx_ops_.read_permanent_attributes_hash = in FakeAvbOps()
Dfake_avb_ops.h112 return &avb_atx_ops_; in avb_atx_ops()
210 AvbAtxOps avb_atx_ops_; variable