Searched refs:second_app_dex_path (Results 1 – 1 of 1) sorted by relevance
636 const std::string second_app_dex_path = "/data/app/bar/classes.dex"; in TEST_P() local657 .WillOnce(Return(TO_MOCK_NAMESPACE(TO_ANDROID_NAMESPACE(second_app_dex_path.c_str())))); in TEST_P()658 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), NsEq(second_app_dex_path.c_str()), _, _)) in TEST_P()664 second_app_is_shared, env()->NewStringUTF(second_app_dex_path.c_str()), in TEST_P()676 EXPECT_EQ(second_app_dex_path.c_str(), reinterpret_cast<const char*>(ns)); in TEST_P()682 EXPECT_STREQ(second_app_dex_path.c_str(), in TEST_P()