Home
last modified time | relevance | path

Searched refs:ace (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/third_party/ntfs-3g/ntfsprogs/
Dsd.c175 ACCESS_ALLOWED_ACE *ace; in init_root_sd() local
202 ace = (ACCESS_ALLOWED_ACE*)((u8*)acl + sizeof(ACL)); in init_root_sd()
203 ace->type = ACCESS_ALLOWED_ACE_TYPE; in init_root_sd()
204 ace->flags = 0; in init_root_sd()
205 ace->size = const_cpu_to_le16(0x18); in init_root_sd()
206 ace->mask = STANDARD_RIGHTS_ALL | FILE_WRITE_ATTRIBUTES | in init_root_sd()
211 ace->sid.revision = SID_REVISION; in init_root_sd()
212 ace->sid.sub_authority_count = 0x02; in init_root_sd()
214 ace->sid.identifier_authority.value[0] = 0; in init_root_sd()
215 ace->sid.identifier_authority.value[1] = 0; in init_root_sd()
[all …]
Dntfssecaudit.c1541 pxace = &acl->ace[l]; in showposix()
2488 pxace = pxdesc->acl.ace; in merge_rights()
2537 same = (pxdesc1->acl.ace[i].tag == pxdesc2->acl.ace[i].tag) in same_posix()
2538 && (pxdesc1->acl.ace[i].perms == pxdesc2->acl.ace[i].perms) in same_posix()
2539 && (pxdesc1->acl.ace[i].id == pxdesc2->acl.ace[i].id); in same_posix()
2544 same = (pxdesc1->acl.ace[i].tag == pxdesc2->acl.ace[i].tag) in same_posix()
2545 && (pxdesc1->acl.ace[i].perms == pxdesc2->acl.ace[i].perms) in same_posix()
2546 && (pxdesc1->acl.ace[i].id == pxdesc2->acl.ace[i].id); in same_posix()
2797 struct POSIX_ACE ace[4]; in check_samples() member
2813 struct POSIX_ACE ace[6]; in check_samples() member
[all …]
/third_party/jsframework/runtime/main/manage/event/
DTaskCenter.ts176 if (typeof ace !== 'undefined' &&
177 typeof ace.domCreateBody !== 'undefined' &&
178 typeof ace.domAddElement !== 'undefined') {
180 ace.domCreateBody(
188 ace.domAddElement(
200 ace.updateElementAttrs(
206 ace.updateElementStyles(
212 ace.onCreateFinish();
215 ace.onUpdateFinish();
218 ace.removeElement(
[all …]
/third_party/ntfs-3g/libntfs-3g/
Dacls.c1009 perms = pacl->ace[i].perms; in ntfs_valid_posix()
1010 tag = pacl->ace[i].tag; in ntfs_valid_posix()
1012 id = pacl->ace[i].id; in ntfs_valid_posix()
1094 pace = &pxdesc->acl.ace[i]; in posix_header()
1132 struct POSIX_ACE ace; in ntfs_sort_posix() local
1148 previous = pacl->ace[0].tag; in ntfs_sort_posix()
1149 previousid = pacl->ace[0].id; in ntfs_sort_posix()
1151 tag = pacl->ace[i].tag; in ntfs_sort_posix()
1152 id = pacl->ace[i].id; in ntfs_sort_posix()
1157 memcpy(&ace,&pacl->ace[i-1],sizeof(struct POSIX_ACE)); in ntfs_sort_posix()
[all …]
Dxattrs.c78 struct LE_POSIX_ACE ace[0]; member
165 acl->ace[i].tag = le16_to_cpu(le_acl->ace[i].tag); in le_acl_to_cpu()
166 acl->ace[i].perms = le16_to_cpu(le_acl->ace[i].perms); in le_acl_to_cpu()
167 acl->ace[i].id = le32_to_cpu(le_acl->ace[i].id); in le_acl_to_cpu()
187 le_acl->ace[i].tag = cpu_to_le16(acl->ace[i].tag); in cpu_to_le_acl()
188 le_acl->ace[i].perms = cpu_to_le16(acl->ace[i].perms); in cpu_to_le_acl()
189 le_acl->ace[i].id = cpu_to_le32(acl->ace[i].id); in cpu_to_le_acl()
/third_party/icu/icu4c/source/test/testdata/
Dicuio.txt95 { "%hd", "-30002", "2", "8ace" }
96 { "%hu", "35534", "2", "8ace" }
97 { "%ho", "105316", "2", "8ace" }
98 { "%hx", "8ace", "2", "8ace" }
/third_party/pcre2/pcre2/testdata/
Dtestinput18135 123ace
136 123ace\=posix_startend=2:6
/third_party/jsframework/test/
Dlib.ts20 declare var ace; variable
/third_party/jsframework/runtime/
Dlib.d.ts20 declare var ace; variable
/third_party/boost/tools/quickbook/test/
Dcond_phrase-1_5.quickbook10 The should be no sp[?__undefined__ just some junk]ace inserted.
Dcond_phrase-1_7.quickbook18 The should be no sp[?__undefined__ just some junk]ace inserted.
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Des_SV.txt6 ace{"acehnés"}
Des_PR.txt6 ace{"acehnés"}
Des_CR.txt6 ace{"acehnés"}
Des_VE.txt6 ace{"acehnés"}
Des_CO.txt6 ace{"acehnés"}
Des_HN.txt6 ace{"acehnés"}
Des_PY.txt6 ace{"acehnés"}
Des_AR.txt6 ace{"acehnés"}
Des_PE.txt6 ace{"acehnés"}
Des_PA.txt6 ace{"acehnés"}
/third_party/icu/icu4c/source/data/lang/
Des_PR.txt7 ace{"acehnés"}
Des_SV.txt7 ace{"acehnés"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Des_SV.txt7 ace{"acehnés"}
Des_PR.txt7 ace{"acehnés"}

12345678910>>...18