Home
last modified time | relevance | path

Searched refs:fs_name_list_par (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/fs/
H A Dntfs_dent.cpp1405 TSK_FS_META_NAME_LIST *fs_name_list_par; in ntfs_find_file_rec() local
1463 for (fs_name_list_par = fs_file_par->meta->name2; in ntfs_find_file_rec()
1464 fs_name_list_par != NULL; in ntfs_find_file_rec()
1465 fs_name_list_par = fs_name_list_par->next) { in ntfs_find_file_rec()
1467 len = strlen(fs_name_list_par->name); in ntfs_find_file_rec()
1483 begin[i + 1] = fs_name_list_par->name[i]; in ntfs_find_file_rec()
1494 if (fs_name_list_par->par_inode == NTFS_ROOTINO) { in ntfs_find_file_rec()
1508 if (ntfs_find_file_rec(fs, dinfo, fs_file, fs_name_list_par, in ntfs_find_file_rec()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/fs/
H A Dntfs_dent.cpp1386 TSK_FS_META_NAME_LIST *fs_name_list_par; in ntfs_find_file_rec() local
1444 for (fs_name_list_par = fs_file_par->meta->name2; in ntfs_find_file_rec()
1445 fs_name_list_par != NULL; in ntfs_find_file_rec()
1446 fs_name_list_par = fs_name_list_par->next) { in ntfs_find_file_rec()
1448 len = strlen(fs_name_list_par->name); in ntfs_find_file_rec()
1464 begin[i + 1] = fs_name_list_par->name[i]; in ntfs_find_file_rec()
1475 if (fs_name_list_par->par_inode == NTFS_ROOTINO) { in ntfs_find_file_rec()
1489 if (ntfs_find_file_rec(fs, dinfo, fs_file, fs_name_list_par, in ntfs_find_file_rec()