Home
last modified time | relevance | path

Searched defs:fsHandle (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DSleuthkitJNI.java201 private static void addFileHandle(long caseDbPointer, long fileHandle, long fsHandle) { in addFileHandle()
823 long fsHandle; in openFs() local
864 …public static long openFile(long fsHandle, long fileId, TSK_FS_ATTR_TYPE_ENUM attrType, int attrId… in openFile()
1009 …public static int readFs(long fsHandle, byte[] readBuffer, long offset, long len) throws TskCoreEx… in readFs()
1518 public static void closeFs(long fsHandle) { in closeFs()
1591 …public static long openFile(long fsHandle, long fileId, TSK_FS_ATTR_TYPE_ENUM attrType, int attrId… in openFile()
1668 …private static native long openFileNat(long fsHandle, long fileId, int attrType, int attrId) throw… in openFileNat()
1676 …private static native int readFsNat(long fsHandle, byte[] readBuffer, long offset, long len) throw… in readFsNat()
1686 private static native void closeFsNat(long fsHandle); in closeFsNat()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/feathery_ftp/
H A DftpSession.c329 void ftpOpenTransmission(int id, operation_E op, void* fsHandle, socket_t dataSocket, uint32_t file… in ftpOpenTransmission()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/feathery_ftp/
H A Dftp.h47 void* fsHandle; ///< file or directory handle of current transmission member
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/update/
H A Dselection.h42 typedef typename ComputeMeshType::template PerFaceAttributeHandle< bool > fsHandle; typedef
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/update/
H A Dselection.h39 typedef typename ComputeMeshType::template PerFaceAttributeHandle< bool > fsHandle; typedef