Searched refs:hashDbPath (Results 1 – 2 of 2) sorted by relevance
62 std::vector<TSK_TCHAR> hashDbPath(hashDatabasePath.length() + 1); in openHashDatabaseIndexFile() local63 std::copy(hashDatabasePath.begin(), hashDatabasePath.end(), hashDbPath.begin()); in openHashDatabaseIndexFile()64 hashDbPath[hashDatabasePath.length()] = '\0'; in openHashDatabaseIndexFile()65 TSK_HDB_INFO* hashDBInfo = tsk_hdb_open(&hashDbPath[0], TSK_HDB_OPEN_IDXONLY); in openHashDatabaseIndexFile()
1610 private static native int hashDbOpenNat(String hashDbPath) throws TskCoreException; in hashDbOpenNat() argument1612 private static native int hashDbNewNat(String hashDbPath) throws TskCoreException; in hashDbNewNat() argument