Searched refs:cleanName (Results 1 – 1 of 1) sorted by relevance
1248 std::string cleanName = interface; in DumpHals() local1249 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()