Searched refs:actionCmd (Results 1 – 1 of 1) sorted by relevance
186 String actionCmd = String.format("%s %s", SCAN_ALL_CMD, exportCmd); in scanAndExportClasses() local187 String[] fullCmd = constructPreloadCommand(actionCmd); in scanAndExportClasses()216 String actionCmd = ""; in writePreloadedClasses() local219 actionCmd += importCmd + " "; in writePreloadedClasses()221 actionCmd += String.format(COMPUTE_CMD, threshold, temp.getAbsolutePath()); in writePreloadedClasses()222 String[] fullCmd = constructPreloadCommand(actionCmd); in writePreloadedClasses()