Home
last modified time | relevance | path

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

/build/ohos/packages/
Dcheck_seccomp_library_name.py39 for field in data['services']:
40 services_name.add(field['name'])
41 … if "path" in field and len(field['path']) == 2 and field['path'][0] == "/system/bin/sa_main":
42 if field['path'][1].endswith('.xml'):
43 … raise ValidateError('cfg error,please use json file replace xml process name: ' + field['name'])
Dprocess_field_validate.py272 def handle_services(filename: str, field: str):
276 key = field['name']
277 if "uid" in field:
278 cfg_item.set_uid(field["uid"])
279 if "gid" in field:
280 if isinstance(field["gid"], str):
281 cfg_item.append_gid(field["gid"])
283 for item in field["gid"]:
285 if "socket" in field:
286 cfg_item.handle_socket(field["socket"])
[all …]
/build/rust/tests/test_proc_macro_crate/test_derive_helper_macro/src/
Dmain.rs25 field: (), field
/build/tools/component_tools/static_check/bundle_check/
Dreadme.md44 …ite|founation/arkui/ace_engine_lite/bundle.json|规则2.1 部件描述文件中字段须准确|component:name|no such field.|
/build/hb/
DREADME_zh.md139 …Default:True. Help:Select whether to load the test field in bundle.json, that is, whether to call …
DREADME.md139 …Default:True. Help:Select whether to load the test field in bundle.json, that is, whether to call …
/build/config/compiler/
DBUILD.gn887 "-Wno-missing-field-initializers", # "struct foo f = {0};"