Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp2891 std::string realSystemPath; in TEST_F() local
2892 ASSERT_TRUE(android::base::Realpath(kSystemPath, &realSystemPath)); in TEST_F()
2893 ASSERT_EQ(realSystemPath, active_apex->modulePath); in TEST_F()