Searched refs:cleanName (Results 1 – 1 of 1) sorted by relevance
1318 std::string cleanName = interface; in DumpHals() local1319 std::replace_if(cleanName.begin(), in DumpHals()1320 cleanName.end(), in DumpHals()1325 const std::string path = ds.bugreport_internal_dir_ + "/lshal_debug_" + cleanName; in DumpHals()1343 ds.AddZipEntry("lshal-debug/" + cleanName + ".txt", path); in DumpHals()