mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
code review updates
This commit is contained in:
parent
13acb13ee9
commit
9917381b92
@ -838,7 +838,7 @@ public class Case implements SleuthkitCase.ErrorObserver {
|
||||
*
|
||||
* @return the path to the host output directory
|
||||
*/
|
||||
public String getHostDirectory() {
|
||||
private String getHostDirectory() {
|
||||
String caseDirectory = getCaseDirectory();
|
||||
Path hostPath;
|
||||
if (caseType == CaseType.MULTI_USER_CASE) {
|
||||
|
@ -83,7 +83,7 @@ class ScalpelCarverIngestModule implements FileIngestModule {
|
||||
}
|
||||
|
||||
// make sure module output directory exists; create it if it doesn't
|
||||
moduleOutputDirPath = Case.getCurrentCase().getModulesDirectory()
|
||||
moduleOutputDirPath = Case.getCurrentCase().getModulesOutputDirAbsPath()
|
||||
+ File.separator + MODULE_OUTPUT_DIR_NAME;
|
||||
File moduleOutputDir = new File(moduleOutputDirPath);
|
||||
if (!moduleOutputDir.exists()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user