Searched refs:addFileHandle (Results 1 – 6 of 6) sorted by relevance
/dports/devel/kio-extras/kio-extras-21.12.3/nfs/ |
H A D | nfsv3.cpp | 259 … addFileHandle(fname, static_cast<NFSFileHandle>(fhStatus.mountres3_u.mountinfo.fhandle)); in openConnection() 424 addFileHandle(filePath, linkFH); in listDir() 448 addFileHandle(filePath, entryFH); in listDir() 568 addFileHandle(filePath, linkFH); in listDirCompat() 574 addFileHandle(filePath, dirres.LOOKUP3res_u.resok.object); in listDirCompat() 1901 addFileHandle(dest, lookupRes.LOOKUP3res_u.resok.object); in rename() 1971 addFileHandle(dest, destFH); in symLink()
|
H A D | kio_nfs.h | 179 void addFileHandle(const QString& path, NFSFileHandle fh);
|
H A D | nfsv2.cpp | 246 addFileHandle(fname, static_cast<NFSFileHandle>(fhStatus.fhstatus_u.fhs_fhandle)); in openConnection() 392 addFileHandle(filePath, linkFH); in listDir() 398 addFileHandle(filePath, dirres.diropres_u.diropres.file); in listDir() 1622 addFileHandle(dest, lookupRes.diropres_u.diropres.file); in rename() 1696 addFileHandle(dest, destFH); in symLink()
|
H A D | kio_nfs.cpp | 659 void NFSProtocol::addFileHandle(const QString& path, NFSFileHandle fh) in addFileHandle() function in NFSProtocol 712 addFileHandle(path, childFH); in getFileHandle()
|
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/ |
H A D | SleuthkitJNI.java | 201 private static void addFileHandle(long caseDbPointer, long fileHandle, long fsHandle) { in addFileHandle() method in SleuthkitJNI.HandleCache 886 HandleCache.addFileHandle(caseDbPointer, fileHandle, fsHandle); in openFile()
|
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/log/ |
H A D | FileManager.java | 1170 fileHandle = addFileHandle(fileId); in getFileHandle() 1252 private FileHandle addFileHandle(Long fileNum) in addFileHandle() method in FileManager
|