Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dfilesystem_interception.cc23 ULONG file_attributes, ULONG sharing, in TargetNtCreateFile() argument
29 file_attributes, sharing, disposition, in TargetNtCreateFile()
70 desired_access, file_attributes, sharing, in TargetNtCreateFile()
165 PFILE_BASIC_INFORMATION file_attributes) { in TargetNtQueryAttributesFile() argument
167 NTSTATUS status = orig_QueryAttributes(object_attributes, file_attributes); in TargetNtQueryAttributesFile()
177 if (!ValidParameter(file_attributes, sizeof(FILE_BASIC_INFORMATION), WRITE)) in TargetNtQueryAttributesFile()
190 InOutCountedBuffer file_info(file_attributes, in TargetNtQueryAttributesFile()
224 PFILE_NETWORK_OPEN_INFORMATION file_attributes) { in TargetNtQueryFullAttributesFile() argument
227 file_attributes); in TargetNtQueryFullAttributesFile()
237 if (!ValidParameter(file_attributes, sizeof(FILE_NETWORK_OPEN_INFORMATION), in TargetNtQueryFullAttributesFile()
[all …]
Dfilesystem_interception.h20 ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options,
34 PFILE_BASIC_INFORMATION file_attributes);
41 PFILE_NETWORK_OPEN_INFORMATION file_attributes);
Dinterceptors_64.cc77 PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing, in TargetNtCreateFile64() argument
82 io_status, allocation_size, file_attributes, in TargetNtCreateFile64()
99 PFILE_BASIC_INFORMATION file_attributes) { in TargetNtQueryAttributesFile64() argument
103 file_attributes); in TargetNtQueryAttributesFile64()
108 PFILE_NETWORK_OPEN_INFORMATION file_attributes) { in TargetNtQueryFullAttributesFile64() argument
113 file_attributes); in TargetNtQueryFullAttributesFile64()
Dinterceptors_64.h54 PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing,
66 PFILE_BASIC_INFORMATION file_attributes);
71 PFILE_NETWORK_OPEN_INFORMATION file_attributes);
Dfilesystem_policy.cc24 ULONG file_attributes, in NtCreateFileInTarget() argument
36 io_status_block, NULL, file_attributes, in NtCreateFileInTarget()
232 uint32 file_attributes, in CreateFileAction() argument
250 &io_block, file_attributes, share_access, in CreateFileAction()
Dfilesystem_dispatcher.h27 DWORD desired_access, DWORD file_attributes,
Dfilesystem_policy.h46 uint32 file_attributes,
Dfilesystem_dispatcher.cc87 DWORD file_attributes, DWORD share_access, DWORD create_disposition, in NtCreateFile() argument
114 file_attributes, share_access, in NtCreateFile()
/external/chromium_org/chrome_elf/create_file/
Dchrome_create_file_unittest.cc39 ULONG file_attributes; member
59 ULONG file_attributes, in FakeNtCreateFile() argument
70 file_attributes, in FakeNtCreateFile()
134 ULONG file_attributes, in HandleCreateFileCall() argument
145 file_attributes, in HandleCreateFileCall()
160 file_attributes, in HandleCreateFileCall()
171 ULONG file_attributes, in SetParams() argument
188 params->file_attributes = file_attributes; in SetParams()
211 EXPECT_EQ(kernel_params_.file_attributes, elf_params_.file_attributes); in CheckParams()
/external/chromium_org/chrome/browser/extensions/
Dextension_creator_filter.cc64 DWORD file_attributes = ::GetFileAttributes(file_path.value().c_str()); in ShouldPackageFile() local
65 if (file_attributes == INVALID_FILE_ATTRIBUTES) { in ShouldPackageFile()
68 if ((file_attributes & FILE_ATTRIBUTE_HIDDEN) != 0) { in ShouldPackageFile()
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dmedia_path_filter.cc114 DWORD file_attributes = ::GetFileAttributes(path.value().c_str()); in ShouldSkip() local
115 if ((file_attributes != INVALID_FILE_ATTRIBUTES) && in ShouldSkip()
116 ((file_attributes & FILE_ATTRIBUTE_HIDDEN) != 0)) in ShouldSkip()
/external/clang/test/CodeGen/
Dpacked-union.c4 unsigned file_attributes; member