func randomTmpDirPath(s string, platform string) string { return integration.RandomTmpDirPath(s, platform) }
func randomTmpDirPath(s string) string { return integration.RandomTmpDirPath(s) }