Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice.cpp400 const auto& same_path = [&pkg](const auto& o) { in getAllPackages() local
403 if (std::find_if(active.begin(), active.end(), same_path) == active.end()) { in getAllPackages()