Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp1482 for (const auto vintfFile : vintfFiles) { in DumpVintf() local
1484 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()