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

/external/clang/test/CodeGen/
H A Dpacked-union.c4 unsigned file_attributes; member in struct:_attrs
/external/chromium_org/chrome/browser/extensions/
H A Dextension_creator_filter.cc64 DWORD file_attributes = ::GetFileAttributes(file_path.value().c_str()); local
65 if (file_attributes == INVALID_FILE_ATTRIBUTES) {
68 if ((file_attributes & FILE_ATTRIBUTE_HIDDEN) != 0) {
/external/chromium_org/sandbox/win/src/
H A 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);
H A Dfilesystem_interception.cc23 ULONG file_attributes, ULONG sharing,
29 file_attributes, sharing, disposition,
70 desired_access, file_attributes, sharing,
165 PFILE_BASIC_INFORMATION file_attributes) {
167 NTSTATUS status = orig_QueryAttributes(object_attributes, file_attributes);
177 if (!ValidParameter(file_attributes, sizeof(FILE_BASIC_INFORMATION), WRITE))
190 InOutCountedBuffer file_info(file_attributes,
224 PFILE_NETWORK_OPEN_INFORMATION file_attributes) {
227 file_attributes);
237 if (!ValidParameter(file_attributes, sizeo
18 TargetNtCreateFile(NtCreateFileFunction orig_CreateFile, PHANDLE file, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length) argument
162 TargetNtQueryAttributesFile( NtQueryAttributesFileFunction orig_QueryAttributes, POBJECT_ATTRIBUTES object_attributes, PFILE_BASIC_INFORMATION file_attributes) argument
221 TargetNtQueryFullAttributesFile( NtQueryFullAttributesFileFunction orig_QueryFullAttributes, POBJECT_ATTRIBUTES object_attributes, PFILE_NETWORK_OPEN_INFORMATION file_attributes) argument
[all...]
H A Dinterceptors_64.cc77 PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing,
82 io_status, allocation_size, file_attributes,
99 PFILE_BASIC_INFORMATION file_attributes) {
103 file_attributes);
108 PFILE_NETWORK_OPEN_INFORMATION file_attributes) {
113 file_attributes);
74 TargetNtCreateFile64( PHANDLE file, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length) argument
97 TargetNtQueryAttributesFile64( POBJECT_ATTRIBUTES object_attributes, PFILE_BASIC_INFORMATION file_attributes) argument
106 TargetNtQueryFullAttributesFile64( POBJECT_ATTRIBUTES object_attributes, PFILE_NETWORK_OPEN_INFORMATION file_attributes) argument
H A Dfilesystem_dispatcher.h27 DWORD desired_access, DWORD file_attributes,
H A Dfilesystem_policy.h46 uint32 file_attributes,
H A Dfilesystem_policy.cc24 ULONG file_attributes,
36 io_status_block, NULL, file_attributes,
232 uint32 file_attributes,
250 &io_block, file_attributes, share_access,
20 NtCreateFileInTarget(HANDLE* target_file_handle, ACCESS_MASK desired_access, OBJECT_ATTRIBUTES* obj_attributes, IO_STATUS_BLOCK* io_status_block, ULONG file_attributes, ULONG share_access, ULONG create_disposition, ULONG create_options, PVOID ea_buffer, ULONG ea_lenght, HANDLE target_process) argument
227 CreateFileAction(EvalResult eval_result, const ClientInfo& client_info, const base::string16 &file, uint32 attributes, uint32 desired_access, uint32 file_attributes, uint32 share_access, uint32 create_disposition, uint32 create_options, HANDLE *handle, NTSTATUS* nt_status, ULONG_PTR *io_information) argument
H A 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);
H A Dfilesystem_dispatcher.cc87 DWORD file_attributes, DWORD share_access, DWORD create_disposition,
114 file_attributes, share_access,
85 NtCreateFile( IPCInfo* ipc, base::string16* name, DWORD attributes, DWORD desired_access, DWORD file_attributes, DWORD share_access, DWORD create_disposition, DWORD create_options) argument
/external/chromium_org/chrome_elf/create_file/
H A Dchrome_create_file_unittest.cc39 ULONG file_attributes; member in struct:__anon6049::ChromeCreateFileTest::NtCreateFileParams
59 ULONG file_attributes,
70 file_attributes,
134 ULONG file_attributes,
145 file_attributes,
160 file_attributes,
171 ULONG file_attributes,
188 params->file_attributes = file_attributes;
211 EXPECT_EQ(kernel_params_.file_attributes, elf_params
53 FakeNtCreateFile( PHANDLE file_handle, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status_block, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG share_access, ULONG create_disposition, ULONG create_options, PVOID ea_buffer, ULONG ea_length) argument
129 HandleCreateFileCall(PHANDLE file_handle, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status_block, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG share_access, ULONG create_disposition, ULONG create_options, PVOID ea_buffer, ULONG ea_length, CallPath call_path) argument
168 SetParams(ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG share_access, ULONG create_disposition, ULONG create_options, PVOID ea_buffer, ULONG ea_length, NtCreateFileParams* params) argument
[all...]
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_path_filter.cc114 DWORD file_attributes = ::GetFileAttributes(path.value().c_str());
115 if ((file_attributes != INVALID_FILE_ATTRIBUTES) &&
116 ((file_attributes & FILE_ATTRIBUTE_HIDDEN) != 0))

Completed in 2136 milliseconds