Searched refs:staged_files (Results 1 – 1 of 1) sorted by relevance
2152 std::unordered_set<std::string> staged_files; in StagePackages() local2154 auto deleter = [&staged_files, &changed_hashtree_files]() { in StagePackages()2155 for (const std::string& staged_path : staged_files) { in StagePackages()2197 staged_files.insert(dest_path); in StagePackages()2206 return RemovePreviouslyActiveApexFiles(staged_packages, staged_files); in StagePackages()