Searched refs:appDataDir (Results 1 – 1 of 1) sorted by relevance
152 File appDataDir = getContext().getFilesDir(); in appDataContext() local153 Matcher m = p.matcher(getFileContext(appDataDir.getAbsolutePath())); in appDataContext()154 String context = getFileContext(appDataDir.getAbsolutePath()); in appDataContext()160 File appDataDir = getContext().getFilesDir(); in canExecuteFromHomeDir() local161 File temp = File.createTempFile("badbin", "exe", appDataDir); in canExecuteFromHomeDir()