HomeSort by relevance Sort by last modified time
    Searched refs:file_attributes (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CodeGen/
packed-union.c 4 unsigned file_attributes; member in struct:_attrs
  /external/chromium_org/chrome/browser/extensions/
extension_creator_filter.cc 64 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/
filesystem_interception.h 20 ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options,
34 PFILE_BASIC_INFORMATION file_attributes);
41 PFILE_NETWORK_OPEN_INFORMATION file_attributes);
filesystem_interception.cc 23 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);
176 if (!ValidParameter(file_attributes, sizeof(FILE_BASIC_INFORMATION), WRITE))
190 InOutCountedBuffer file_info(file_attributes,
221 PFILE_NETWORK_OPEN_INFORMATION file_attributes) {
224 file_attributes);
233 if (!ValidParameter(file_attributes, sizeof(FILE_NETWORK_OPEN_INFORMATION)
    [all...]
interceptors_64.cc 93 PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing,
98 io_status, allocation_size, file_attributes,
115 PFILE_BASIC_INFORMATION file_attributes) {
119 file_attributes);
124 PFILE_NETWORK_OPEN_INFORMATION file_attributes) {
129 file_attributes);
filesystem_dispatcher.h 27 DWORD desired_access, DWORD file_attributes,
filesystem_policy.h 46 uint32 file_attributes,
filesystem_policy.cc 24 ULONG file_attributes,
36 io_status_block, NULL, file_attributes,
235 uint32 file_attributes,
253 &io_block, file_attributes, share_access,
interceptors_64.h 63 PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing,
75 PFILE_BASIC_INFORMATION file_attributes);
80 PFILE_NETWORK_OPEN_INFORMATION file_attributes);
filesystem_dispatcher.cc 87 DWORD file_attributes, DWORD share_access, DWORD create_disposition,
114 file_attributes, share_access,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.cc 43 DWORD file_attributes = ::GetFileAttributes(path.value().c_str());
44 if ((file_attributes != INVALID_FILE_ATTRIBUTES) &&
45 ((file_attributes & FILE_ATTRIBUTE_HIDDEN) != 0))

Completed in 127 milliseconds