Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp1248 std::string cleanName = interface; in DumpHals() local
1249 std::replace_if(cleanName.begin(), in DumpHals()
1250 cleanName.end(), in DumpHals()
1255 const std::string path = ds.bugreport_internal_dir_ + "/lshal_debug_" + cleanName; in DumpHals()
1273 ds.AddZipEntry("lshal-debug/" + cleanName + ".txt", path); in DumpHals()