Home
last modified time | relevance | path

Searched refs:flags_match (Results 1 – 7 of 7) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dutils.c1024 ctx->flags_match = 0; in mft_next_record()
1033 ctx->flags_match |= FEMR_IN_USE; in mft_next_record()
1065 ctx->flags_match |= FEMR_BASE_RECORD; in mft_next_record()
1067 ctx->flags_match |= FEMR_NOT_BASE_RECORD; in mft_next_record()
1070 ctx->flags_match |= FEMR_BASE_RECORD; in mft_next_record()
1073 ctx->flags_match |= FEMR_FILE; in mft_next_record()
1079 ctx->flags_match |= FEMR_DIR; in mft_next_record()
1089 case 1: ctx->flags_match |= FEMR_METADATA; break; in mft_next_record()
1090 case 0: ctx->flags_match |= FEMR_NOT_METADATA; break; in mft_next_record()
1092 ctx->flags_match |= FEMR_NOT_METADATA; break; in mft_next_record()
[all …]
Dcluster.c64 if (!(m_ctx->flags_match & FEMR_BASE_RECORD)) in cluster_find()
Dutils.h79 int flags_match; member
Dntfscluster.c296 if (!(m_ctx->flags_match & FEMR_IN_USE)) in info()
313 if (m_ctx->flags_match & FEMR_METADATA) in info()
/third_party/node/test/message/
Dtestcfg.py101 flags_match = FLAGS_PATTERN.search(source)
102 if flags_match:
103 result += flags_match.group(1).strip().split()
/third_party/node/test/pseudo-tty/
Dtestcfg.py102 flags_match = FLAGS_PATTERN.search(source)
103 if flags_match:
104 result += flags_match.group(1).strip().split()
/third_party/node/test/testpy/
D__init__.py61 flags_match = FLAGS_PATTERN.search(source)
62 if flags_match:
63 flags = flags_match.group(1).strip().split()