Searched refs:realSystemPath (Results 1 – 1 of 1) sorted by relevance
2891 std::string realSystemPath; in TEST_F() local2892 ASSERT_TRUE(android::base::Realpath(kSystemPath, &realSystemPath)); in TEST_F()2893 ASSERT_EQ(realSystemPath, active_apex->modulePath); in TEST_F()