Searched refs:file_p (Results 1 – 1 of 1) sorted by relevance
422 for (const auto& file_p : debug_unwind_files_) { in WriteFeatureSections() local423 if (kept_binaries_.count(file_p.first)) { in WriteFeatureSections()425 feature.back().path = file_p.first; in WriteFeatureSections()426 feature.back().size = file_p.second.size; in WriteFeatureSections()427 if (!CopyDebugUnwindFile(file_p.second, buffer)) { in WriteFeatureSections()