Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_database.h131 for (auto pkg_it = pkg_map.begin(); pkg_it != pkg_map.end(); ++pkg_it) { variable
132 if (pkg_it->first.full_path == full_path &&
133 pkg_it->first.is_temp_mount == match_temp_mounts) {
134 pkg_map.erase(pkg_it);
155 for (auto pkg_it = pkg_map.begin(); pkg_it != pkg_map.end(); ++pkg_it) { in SetLatestLocked() local
156 if (pkg_it->first.full_path == full_path) { in SetLatestLocked()
157 pkg_it->second = true; in SetLatestLocked()
160 if (reset_it != pkg_it) { in SetLatestLocked()