Example #1
0
func randomTmpDirPath(s string, platform string) string {
	return integration.RandomTmpDirPath(s, platform)
}
Example #2
0
func randomTmpDirPath(s string) string {
	return integration.RandomTmpDirPath(s)
}