Searched defs:getProjectsRootDir (Results 1 - 1 of 1) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/util/
H A DFileUtils.java56 public static File getProjectsRootDir(Context context) method in class:FileUtils
227 final File file = new File(getProjectsRootDir(context), StringUtils.randomString(10));

Completed in 41 milliseconds