Home
last modified time | relevance | path

Searched refs:arches (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/init/services/modules/seccomp/scripts/
H A Dgenerate_code_from_policy.py800 if len(arches) == 2:
805 elif len(arches) == 1:
842 self.arches = set()
859 self.arches.add("arm")
875 for arch in self.arches:
880 for arch in self.arches:
900 for arch in arches:
956 arches = sorted(list(self.arches))
957 if not arches:
961 if len(arches) == 2:
[all …]
/ohos5.0/build/config/components/init/seccomp/scripts/
H A Dgenerate_code_from_policy.py800 if len(arches) == 2:
805 elif len(arches) == 1:
842 self.arches = set()
859 self.arches.add("arm")
875 for arch in self.arches:
880 for arch in self.arches:
900 for arch in arches:
956 arches = sorted(list(self.arches))
957 if not arches:
961 if len(arches) == 2:
[all …]
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/
H A Dmerge_policy.py28 self.arches = set()
83 for arch in self.arches:
86 arches = line[pos + 1:].split(',')
87 if arches[0] == 'all':
88 arches = gen_policy.supported_architecture
89 for arch in arches: