Searched refs:file_p (Results 1 – 1 of 1) sorted by relevance
436 for (const auto& file_p : debug_unwind_files_) { in WriteFeatureSections() local437 if (kept_binaries_.count(file_p.first)) { in WriteFeatureSections()439 feature.back().path = file_p.first; in WriteFeatureSections()440 feature.back().size = file_p.second.size; in WriteFeatureSections()441 if (!CopyDebugUnwindFile(file_p.second, buffer)) { in WriteFeatureSections()