Searched refs:current_apex (Results 1 – 1 of 1) sorted by relevance
4748 auto current_apex = AddDataApex("apex.apexd_test.apex"); in TEST_F() local4749 ASSERT_EQ(0, access(current_apex.c_str(), F_OK)); in TEST_F()4757 ASSERT_EQ(-1, access(current_apex.c_str(), F_OK)); in TEST_F()4766 auto current_apex = AddDataApex("apex.apexd_test_v2.apex"); in TEST_F() local4767 ASSERT_EQ(0, access(current_apex.c_str(), F_OK)); in TEST_F()4775 ASSERT_EQ(-1, access(current_apex.c_str(), F_OK)); in TEST_F()