Home
last modified time | relevance | path

Searched refs:file_attributes (Results 1 – 10 of 10) sorted by relevance

/third_party/curl/packages/vms/
Dcurl_startup.com83 $ if .not. f$file_attributes("gnv$libcurl", "known")
92 $ if .not. f$file_attributes(curl_exe, "known")
Dbuild_vms.com168 $ proc_fid = f$file_attributes(proc, "FID")
187 $ test_proc_fid = f$file_attributes(test_proc, "FID")
/third_party/ntfs-3g/libntfs-3g/
Ddir.c984 if ((ie->key.file_name.file_attributes in ntfs_filldir()
988 ie->key.file_name.file_attributes); in ntfs_filldir()
989 else if (ie->key.file_name.file_attributes in ntfs_filldir()
997 || !(fn->file_attributes & FILE_ATTR_HIDDEN))) in ntfs_filldir()
1527 si->file_attributes in __ntfs_create()
1533 si->file_attributes = FILE_ATTR_SYSTEM; in __ntfs_create()
1700 fn->file_attributes = FILE_ATTR_I30_INDEX_PRESENT; in __ntfs_create()
1703 fn->file_attributes = FILE_ATTR_SYSTEM; in __ntfs_create()
1705 fn->file_attributes |= ni->flags & FILE_ATTR_COMPRESSED; in __ntfs_create()
1706 fn->file_attributes |= FILE_ATTR_ARCHIVE; in __ntfs_create()
[all …]
Dinode.c201 ni->flags = std_info->file_attributes; in ntfs_inode_real_open()
759 std_info->file_attributes = ni->flags; in ntfs_inode_sync_standard_information()
876 fnx->file_attributes = in ntfs_inode_sync_file_name()
877 (fnx->file_attributes & ~FILE_ATTR_VALID_FLAGS) | in ntfs_inode_sync_file_name()
Dvolume.c234 ni->flags = si->file_attributes; in ntfs_attr_setup_flag()
/third_party/python/Lib/test/
Dtest_stat.py62 file_attributes = { variable in TestFilemode
233 for key, value in sorted(self.file_attributes.items()):
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h926 /* 32*/ FILE_ATTR_FLAGS file_attributes; /* Flags describing the file. */ member
1125 /* 38*/ FILE_ATTR_FLAGS file_attributes; /* Flags describing the file. */ member
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c704 ntfs_dump_flags("\t", attr->type, standard_attr->file_attributes); in ntfs_dump_attr_standard_information()
872 ntfs_dump_flags(indent, AT_FILE_NAME, file_name_attr->file_attributes); in ntfs_dump_filename()
873 if (file_name_attr->file_attributes & FILE_ATTR_REPARSE_POINT && in ntfs_dump_filename()
Dntfsundelete.c1181 name->flags = attr->file_attributes; in get_filenames()
1224 name->flags = attr->file_attributes; in get_filenames()
Dmkntfs.c1929 si.file_attributes = flags; /* already LE */ in add_attr_std_info()
2051 fn->file_attributes = flags; in add_attr_file_name()
3181 fn->file_attributes = flags; in create_hardlink_res()
3300 fn->file_attributes = flags; in create_hardlink()