Home
last modified time | relevance | path

Searched refs:help (Results 1 - 25 of 42) sorted by relevance

12

/base/security/selinux_adapter/scripts/
H A Dbuild_policy.py32 '--dst-file', help='the policy dest path', required=True)
34 help='the policy tool bin path', required=True)
36 help='prj root path', required=True)
38 help='policy dirs need to be included', required=True)
40 help='build for debug target', required=True)
42 help='build for updater target', required=True)
44 help='system or vendor or default', required=True)
46 help='plat version of vendor policy', required=False)
H A Dbuild_ignore_cfg.py26 parser.add_argument("--dst-dir", help="the output dest path", required=True)
27 parser.add_argument("--source-root-dir", help="project root path", required=True)
29 "--policy-dir-list", help="policy dirs need to be included", required=True
32 "--components", help="system or vendor or default", required=True
H A Dbuild_contexts.py33 '--dst-dir', help='the output dest path', required=True)
35 help='the sefcontext_compile bin path', required=True)
37 help='the policy.31 file', required=True)
39 help='prj root path', required=True)
41 help='policy dirs need to be included', required=True)
43 help='system or vendor or default', required=True)
/base/theme/screenlock_mgr/services/src/
H A Dcommand.cpp20 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help, const Command::Action &action) in Command() argument
21 : format(argsFormat), help(help), action(action) in Command()
25 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help) : format(argsFormat), help(help) in Command() argument
31 return help; in ShowHelp()
/base/update/packaging_tools/zipalign/
H A Dbuild_jar.py61 default=None, help="Source file path.")
63 default=None, help="Class out path.")
65 default=None, help="Manifest file path.")
67 default=None, help="Jar out path.")
69 default=None, help="Jar name.")
/base/update/sys_installer/tools/zipalign/
H A Dbuild_jar.py61 default=None, help="Source file path.")
63 default=None, help="Class out path.")
65 default=None, help="Manifest file path.")
67 default=None, help="Jar out path.")
69 default=None, help="Jar name.")
/base/telephony/cellular_data/test/
H A Dcellular_data_dump_helper_test.cpp56 CellularDataDumpHelper help; in HWTEST_F() local
57 std::vector<std::string> args = {"cellular_data", "--help"}; in HWTEST_F()
59 help.Dump(args, result); in HWTEST_F()
67 CellularDataDumpHelper help; in HWTEST_F() local
68 std::vector<std::string> args = {"cellular_data", "help"}; in HWTEST_F()
73 help.Dump(args, result); in HWTEST_F()
81 CellularDataDumpHelper help; in HWTEST_F() local
82 std::vector<std::string> args = {"cellular_data_1", "--help"}; in HWTEST_F()
87 help.Dump(args, result); in HWTEST_F()
98 CellularDataDumpHelper help; in HWTEST_F() local
[all...]
/base/web/webview/interfaces/kits/napi/protos/
H A Dprotoc_runner.py28 help="Relative path to compiler.")
31 help="protos in dir.")
33 help="Output directory for standard C++ generator.")
35 help="Input protobuf definition file(s).")
/base/security/selinux_adapter/scripts/selinux_check/
H A Dselinux_check_main.py73 parser.add_argument('--output-path', help='the selinux compile output path', required=True)
74 parser.add_argument('--source-root-dir', help='the project root path', required=True)
75 parser.add_argument('--selinux-check-config', help='the selinux check config file path', required=True)
76 parser.add_argument('--user-policy', help='the user policy file', required=True)
77 parser.add_argument('--developer-policy', help='the developer policy file', required=True)
78 parser.add_argument('--tool-path', help='the policy tool bin path', required=True)
79 parser.add_argument('--policy-dir-list', help='policy dirs need to be included', required=True)
H A Dcheck_permissive.py89 parser.add_argument('--cil_file', help='the cil file path', required=True)
90 parser.add_argument('--developer_cil_file', help='the developer cil file path', required=True)
91 parser.add_argument('--policy-dir-list', help='policy dirs need to be included', required=True)
H A Dcheck_partition_label_use.py72 '--file_contexts', help='the file_contexts file path', required=True)
74 '--policy-dir-list', help='the whitelist path list', required=True)
76 '--config', help='the config file path', required=True)
H A Dcheck_ioctl_xperm.py132 parser.add_argument('--cil_file', help='the cil file path', required=True)
133 parser.add_argument('--developer_cil_file', help='the developer cil file path', required=True)
134 parser.add_argument('--policy-dir-list', help='policy dirs need to be included', required=True)
H A Dcheck_data_regex.py82 '--file_contexts', help='the file_contexts file path', required=True)
84 '--policy-dir-list', help='the whitelist path list', required=True)
/base/update/updater/services/script/
H A Dgenerate_yacc.py23 parser.add_argument('--output', help='output path of yacc')
24 parser.add_argument('--bisoninput', help='input path of bison')
25 parser.add_argument('--flexinput', help='input path of flex')
/base/theme/screenlock_mgr/services/include/
H A Dcommand.h28 Command(const std::vector<std::string> &argsFormat, const std::string &help, const Action &action);
29 Command(const std::vector<std::string> &argsFormat, const std::string &help);
38 std::string help; member in OHOS::ScreenLock::Command
/base/update/packaging_tools/
H A Dcode_yacc.py24 help="generate yacc script name", variable
27 help="yacc output path", variable
H A Dbuild_hmp.py178 default=None, help="Module package name.")
180 default=None, help="Out package file path.")
182 default=None, help="Pack info file path.")
184 default=None, help="Module files path.")
/base/hiviewdfx/hiview/build/
H A Dcopy_plugin_config.py31 help='plugin build config json', required=True)
33 help='plugin config json file', required=True)
H A Dgen_plugin_build.py343 parser.add_argument('--input-file', help='plugin build config json',
345 parser.add_argument('--plugin-config-file', help='plugin config json file',
347 parser.add_argument('--plugin-build-file', help='plugin config json file',
349 parser.add_argument('--target_os', help='target os', required=True)
350 parser.add_argument('--double_framework', help='double os framework',
352 parser.add_argument('--target_platform', help='product type',
354 parser.add_argument('--target_cpu', help='arm or arm64', required=True)
355 parser.add_argument('--plugin_so', help='build library', required=True)
356 parser.add_argument('--plugin_target_platform', help='hisi,qcom, mtk,etc.',
358 parser.add_argument('--plugin_target_ram', help
[all...]
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
H A Dcommand.cpp18 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help, const Command::Action &action) in Command() argument
19 : format_(argsFormat), help_(help), action_(action) in Command()
/base/time/time_service/services/dfx/src/
H A Dtime_cmd_parse.cpp20 : format(argsFormat), help(strHelp), action(action) in TimeCmdParse()
25 return help; in ShowHelp()
/base/startup/init/services/etc/appender/
H A Dfile_appender.py31 parser.add_option('--output', help='fixed para file')
32 parser.add_option('--source-file', help='source para file')
33 parser.add_option('--append-file', action="append", type="string", dest="files", help='appended files')
34 parser.add_option('--append-line', action="append", type="string", dest="lines", help='appended lines')
/base/startup/init/services/etc/passwd_appender/
H A Dpasswd_appender.py31 parser.add_option('--output', help='the final install file name')
32 parser.add_option('--source-file', help='source passwd files')
33 parser.add_option('--append-file', action="append", type="string", dest="files", help='appended files')
34 parser.add_option('--append-line', action="append", type="string", dest="lines", help='appended lines')
35 parser.add_option('--input-ranges', help="uid/gid value range")
/base/startup/init/services/modules/seccomp/scripts/tools/
H A Dstrace_log_analysis.py98 help='the path of directory which includes strace log and libsyscall_to_nr files')
100 help='input arm or arm64 or riscv64')
102 help=('consist of output file name\n'))
/base/startup/appspawn/etc/sandbox/
H A Dappdata_sandbox_fixer.py188 parser.add_option('--output', help='fixed sandbox configure file')
189 parser.add_option('--source-file', help='source para file')
191 type="string", dest="patterns", help='replace string patterns like libpath:lib64')
193 type="string", dest="extra_sandbox_cfgs", help='extra sandbox')

Completed in 8 milliseconds

12