mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Update AddLogicalImageTask.java
This commit is contained in:
parent
892a33e942
commit
e9fe824865
@ -411,14 +411,14 @@ final class AddLogicalImageTask implements Runnable {
|
|||||||
|
|
||||||
//addLocalFile here
|
//addLocalFile here
|
||||||
fileImporter.addLocalFile(
|
fileImporter.addLocalFile(
|
||||||
Paths.get(src.toString(), extractedFilePath).toFile(),
|
Paths.get(src.toString(), extractedFilePath).toFile(),
|
||||||
filename,
|
filename,
|
||||||
parentPath,
|
parentPath,
|
||||||
Long.parseLong(ctime),
|
Long.parseLong(ctime),
|
||||||
Long.parseLong(crtime),
|
Long.parseLong(crtime),
|
||||||
Long.parseLong(atime),
|
Long.parseLong(atime),
|
||||||
Long.parseLong(mtime),
|
Long.parseLong(mtime),
|
||||||
localFilesDataSource);
|
localFilesDataSource);
|
||||||
|
|
||||||
lineNumber++;
|
lineNumber++;
|
||||||
} // end reading file
|
} // end reading file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user