Home
last modified time | relevance | path

Searched refs:attribute_flags (Results 1 - 4 of 4) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
H A Dlogfile.h413 ATTRIBUTE_FLAGS attribute_flags; member
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c4021 * or subsequent, just use attribute_flags. in get_action_kind()
4027 if (action->record.attribute_flags & ACTS_ON_INDX) in get_action_kind()
4030 if (action->record.attribute_flags & ACTS_ON_MFT) in get_action_kind()
4382 if (!(action->record.attribute_flags & ACTS_ON_MFT)) in play_one_redo()
4423 if (!(action->record.attribute_flags & ACTS_ON_INDX)) in play_one_redo()
4463 if (action->record.attribute_flags in play_one_redo()
4764 if (!(action->record.attribute_flags & ACTS_ON_MFT)) in play_one_undo()
4803 if (!(action->record.attribute_flags & ACTS_ON_INDX)) in play_one_undo()
4853 if (action->record.attribute_flags in play_one_undo()
H A Dntfsrecover.c1902 printf("attribute_flags %04x\n", in detaillogr()
1903 (int)le16_to_cpu(logr->attribute_flags)); in detaillogr()
/third_party/node/src/
H A Djs_native_api_v8.cc404 unsigned int attribute_flags = v8::PropertyAttribute::None; in V8PropertyAttributesFromDescriptor() local
410 attribute_flags |= v8::PropertyAttribute::ReadOnly; in V8PropertyAttributesFromDescriptor()
414 attribute_flags |= v8::PropertyAttribute::DontEnum; in V8PropertyAttributesFromDescriptor()
417 attribute_flags |= v8::PropertyAttribute::DontDelete; in V8PropertyAttributesFromDescriptor()
420 return static_cast<v8::PropertyAttribute>(attribute_flags); in V8PropertyAttributesFromDescriptor()

Completed in 18 milliseconds