Searched refs:vintfFile (Results 1 – 1 of 1) sorted by relevance
1482 for (const auto vintfFile : vintfFiles) { in DumpVintf() local1484 if (stat(vintfFile.c_str(), &st) == 0) { in DumpVintf()1486 ds.AddDir(vintfFile, true /* recursive */); in DumpVintf()1488 ds.EnqueueAddZipEntryAndCleanupIfNeeded(ZIP_ROOT_DIR + vintfFile, in DumpVintf()1489 vintfFile); in DumpVintf()