Searched refs:SCRIPTS_ROOT (Results 1 – 7 of 7) sorted by relevance
50 script = new File(InterpreterConstants.SCRIPTS_ROOT, script.getPath()); in writeScript()67 dir = new File(InterpreterConstants.SCRIPTS_ROOT); in listAllScripts()
149 if (description.startsWith(InterpreterConstants.SCRIPTS_ROOT)) { in queryLiveFolder()150 description = description.replaceAll(InterpreterConstants.SCRIPTS_ROOT, "scripts/"); in queryLiveFolder()
32 public static final String SCRIPTS_ROOT = SDCARD_SL4A_ROOT + "scripts/"; field
47 private final File mBaseDir = new File(InterpreterConstants.SCRIPTS_ROOT);
86 private final File mBaseDir = new File(InterpreterConstants.SCRIPTS_ROOT);
280 String out = InterpreterConstants.SCRIPTS_ROOT; in extractScripts()
73 private static final String BASE_URL = PREFIX + InterpreterConstants.SCRIPTS_ROOT;