Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp1688 std::vector<std::string> slash_apex = ListDir(kApexRoot); in RunPrePost() local
1689 auto it = std::find(slash_apex.begin(), slash_apex.end(), entry); in RunPrePost()
1690 EXPECT_TRUE(it == slash_apex.end()) << Join(slash_apex, ','); in RunPrePost()