Searched refs:infix (Results 1 – 3 of 3) sorted by relevance
115 private String getTempFilePath(String infix) throws IOException { in getTempFilePath() argument116 String totalPath = PATH_PREFIX + infix + ".mp4"; in getTempFilePath()
174 public static String getTempFilePath(String infix) throws IOException { in getTempFilePath() argument175 return File.createTempFile("tmp" + infix, ".bin").getAbsolutePath(); in getTempFilePath()