Searched refs:createTemporaryOutputPath (Results 1 – 3 of 3) sorted by relevance
59 public File createTemporaryOutputPath(String subDirectory, String title) throws IOException; in createTemporaryOutputPath() method
62 mFile = mSessionStorageManager.createTemporaryOutputPath(mSessionDirectory, mTitle); in prepare()
85 public File createTemporaryOutputPath(String subDirectory, String title) throws IOException { in createTemporaryOutputPath() method in SessionStorageManagerImpl