Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp2306 std::unordered_set<std::string> staged_files; in StagePackages() local
2308 auto deleter = [&staged_files, &changed_hashtree_files]() { in StagePackages()
2309 for (const std::string& staged_path : staged_files) { in StagePackages()
2351 staged_files.insert(dest_path); in StagePackages()
2360 return RemovePreviouslyActiveApexFiles(staged_packages, staged_files); in StagePackages()