Home
last modified time | relevance | path

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

/aosp12/art/libnativeloader/
H A Dnative_loader_test.cpp395 const std::string second_app_dex_path = "/data/app/bar/classes.dex"; in TEST_P() local
416 .WillOnce(Return(TO_MOCK_NAMESPACE(TO_ANDROID_NAMESPACE(second_app_dex_path.c_str())))); in TEST_P()
417 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), NsEq(second_app_dex_path.c_str()), _, _)) in TEST_P()
423 second_app_is_shared, env()->NewStringUTF(second_app_dex_path.c_str()), in TEST_P()
435 EXPECT_EQ(second_app_dex_path.c_str(), reinterpret_cast<const char*>(ns)); in TEST_P()
441 EXPECT_STREQ(second_app_dex_path.c_str(), in TEST_P()