Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file_repository_test.cpp663 auto ret_foo = instance.GetPreInstalledApex("com.android.apex.test_package"); in TEST_F() local
664 ASSERT_THAT(ret_foo, ApexFileEq(ByRef(*apex_foo))); in TEST_F()
698 auto ret_foo = instance.GetPreinstalledPath("com.android.apex.test_package"); in TEST_F() local
699 ASSERT_RESULT_OK(ret_foo); in TEST_F()
700 ASSERT_EQ(apex_foo_path, *ret_foo); in TEST_F()