|
| static final String | COLON = ":" |
| |
| static final String | DEV = "/dev/" |
| |
| static final String | PARTITION = "\\\\.\\" |
| |
| static final String | PDISK = "\\\\.\\physicaldrive" |
| |
Utility methods for working with drives.
Definition at line 29 of file DriveUtils.java.
| org.sleuthkit.autopsy.coreutils.DriveUtils.DriveUtils |
( |
| ) |
|
|
private |
| static boolean org.sleuthkit.autopsy.coreutils.DriveUtils.driveExists |
( |
String |
path | ) |
|
|
static |
Determines whether or not a drive exists by eading the first byte and checking if it is a -1.
- Parameters
-
- Returns
- True or false.
Definition at line 66 of file DriveUtils.java.
| static boolean org.sleuthkit.autopsy.coreutils.DriveUtils.isPartition |
( |
String |
path | ) |
|
|
static |
| static boolean org.sleuthkit.autopsy.coreutils.DriveUtils.isPhysicalDrive |
( |
String |
path | ) |
|
|
static |
| final String org.sleuthkit.autopsy.coreutils.DriveUtils.COLON = ":" |
|
staticprivate |
| final String org.sleuthkit.autopsy.coreutils.DriveUtils.DEV = "/dev/" |
|
staticprivate |
| final String org.sleuthkit.autopsy.coreutils.DriveUtils.PARTITION = "\\\\.\\" |
|
staticprivate |
| final String org.sleuthkit.autopsy.coreutils.DriveUtils.PDISK = "\\\\.\\physicaldrive" |
|
staticprivate |
The documentation for this class was generated from the following file:
- /home/carriersleuth/repos/autopsy/Core/src/org/sleuthkit/autopsy/coreutils/DriveUtils.java