Home
last modified time | relevance | path

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

/external/avb/test/
Davb_atx_validate_unittest.cc228 virtual AvbIOResult Validate(bool* is_trusted) { in Validate() argument
235 is_trusted); in Validate()
238 AvbIOResult ValidateUnlock(bool* is_trusted) { in ValidateUnlock() argument
240 ops_.avb_atx_ops(), &unlock_credential_, is_trusted); in ValidateUnlock()
335 bool is_trusted = false; in TEST_F() local
336 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted)); in TEST_F()
337 EXPECT_TRUE(is_trusted); in TEST_F()
369 bool is_trusted = false; in TEST_F() local
370 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted)); in TEST_F()
371 EXPECT_TRUE(is_trusted); in TEST_F()
[all …]
/external/perfetto/infra/ci/controller/
Dcontroller.py103 def is_trusted(email): function
148 if not is_trusted(owner) and not is_trusted(prs_owner):