Home
last modified time | relevance | path

Searched defs:fsFile (Results 1 – 24 of 24) sorted by relevance

/dports/www/filtron/filtron-93f8b22/vendor/github.com/valyala/fasthttp/
H A Dfs.go392 type fsFile struct { struct
393 h *fsHandler
394 f *os.File
395 dirIndex []byte
396 contentType string
397 contentLength int
398 compressed bool
401 lastModifiedStr []byte
403 t time.Time
404 readersCount int
[all …]
/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/valyala/fasthttp/
H A Dfs.go392 type fsFile struct { struct
393 h *fsHandler
394 f *os.File
395 dirIndex []byte
396 contentType string
397 contentLength int
398 compressed bool
401 lastModifiedStr []byte
403 t time.Time
404 readersCount int
[all …]
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/valyala/fasthttp/
H A Dfs.go392 type fsFile struct { struct
393 h *fsHandler
394 f *os.File
395 dirIndex []byte
396 contentType string
397 contentLength int
398 compressed bool
401 lastModifiedStr []byte
403 t time.Time
404 readersCount int
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/fs/
H A Dyaffs.cpp31 #include <map> in tsk_fs_block_cpp_c_cb()
32 #include <algorithm> in tsk_fs_block_cpp_c_cb()
64 * used for investigations, we assume these decisions will be updated in tsk_fs_block_cpp_c_cb()
75 static uint8_t
76 yaffsfs_read_header(YAFFSFS_INFO *yfs, YaffsHeader ** header, TSK_OFF_T offset);
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/fs/
H A Dwalk_cpp.cpp23 TskFsFile fsFile(a_file); in tsk_fs_file_cpp_c_cb() local
56 TskFsFile fsFile(a_file); in tsk_fs_meta_walk_cpp_c_cb() local
66 TskFsFile fsFile(a_file); in tsk_fs_dir_walk_cpp_c_cb() local
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/tsk/framework/extraction/
H A DTskImageFileTsk.h97 TSK_FS_FILE * fsFile; member
H A DTskImageFileTsk.cpp244 TSK_FS_FILE * fsFile = tsk_fs_file_open_meta(fsInfo, NULL, fsFileId); in openFile() local
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/tools/
H A DDumpFSInfo.java70 ReadableRandomAccessStream fsFile; in dumpInfo() local
279 …private static boolean extractDataToFile(ReadableRandomAccessStream fsFile, long pos, File outFile… in extractDataToFile()
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/
H A DFileInfoWindow.java122 FSFile fsFile = (FSFile) fsEntry; in FileInfoWindow() local
H A DFileSystemBrowserWindow.java699 ReadableRandomAccessStream fsFile; in loadFSWithUDIFAutodetect() local
853 ReadableRandomAccessStream fsFile; in loadFS() local
870 public void loadFS(SynchronizedReadableRandomAccessStream fsFile, in loadFS()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/files/model/
H A DFile.php622 public static function importFromFilesystem(\GO\Base\Fs\File $fsFile){
638 public function replace(\GO\Base\Fs\File $fsFile, $isUploadedFile=false){
/dports/www/mediawiki135/mediawiki-1.35.5/includes/filerepo/file/
H A DUnregisteredLocalFile.php229 public function setLocalReference( FSFile $fsFile ) {
H A DFile.php125 protected $fsFile; variable in File
/dports/www/mediawiki137/mediawiki-1.37.1/includes/filerepo/file/
H A DUnregisteredLocalFile.php232 public function setLocalReference( FSFile $fsFile ) {
H A DFile.php128 protected $fsFile; variable in File
/dports/www/mediawiki136/mediawiki-1.36.3/includes/filerepo/file/
H A DUnregisteredLocalFile.php229 public function setLocalReference( FSFile $fsFile ) {
H A DFile.php125 protected $fsFile; variable in File
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/opengl/
H A Dshader.cpp67 ifstream fsFile(fragment); in Shader() local
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/opengl/
H A Dshader.cpp67 ifstream fsFile(fragment); in Shader() local
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/render_radiance_scaling/
H A DgpuProgram.cpp44 const string &fsFile, in GPUProgram()
/dports/devel/sdl12/SDL-1.2.15/src/cdrom/aix/
H A DSDL_syscdrom.c226 AFILE_t fsFile = NULL; in CheckNonmounts() local
/dports/games/astromenace/astromenace-1.4.1/src/core/vfs/
H A Dvfs.cpp391 std::ifstream fsFile(FileName, std::ios::binary); in vw_fopen() local
/dports/games/ivan/ivan-059/Main/Source/
H A Digraph.cpp517 bool importGfx(festring fsFile,bitmap** ppbmpSC){ in importGfx()
H A Dgame.cpp5770 static festring fsFile = GetUserDataDir() + CUSTOM_KEYS_FILENAME; in LoadCustomCommandKeys() local