/build/lite/ |
H A D | hap_pack.py | 39 parser.add_argument('--packing-tool-path', help='packing tool path ') 40 parser.add_argument('--mode', help='package mode') 41 parser.add_argument('--json-path', help='profile') 42 parser.add_argument('--resources-path', help='resources') 43 parser.add_argument('--assets-path', help='assets') 44 parser.add_argument('--lib-path', help='lib') 45 parser.add_argument('--shared-libs-path', help='shared-libs') 46 parser.add_argument('--ability-so-path', help='ability so') 47 parser.add_argument('--index-path', help='index') 48 parser.add_argument('--unsignhap-path', help [all...] |
/build/ohos/images/mkimage/ |
H A D | mkf2fsimage.py | 25 parser.add_argument("src_dir", help="The source file for sload.") 26 parser.add_argument("device", help="The device for mkfs.") 27 parser.add_argument("mount_point", help="The filesystem mountpoint.") 28 parser.add_argument("fs_size", help="The size of filesystem.") 29 parser.add_argument("--fs_type", help="The filesystem type.") 31 help="The sparse opt(not support).") 33 help="The prjquota opt for mkf2fs.") 35 help="The casefold opt for mkf2fs.") 37 help="The path of fs config to sload.f2fs.") 38 parser.add_argument("--timestamp", help [all...] |
H A D | mkextimage.py | 28 parser.add_argument("src_dir", help="The source file for sload.") 29 parser.add_argument("device", help="The device for mkfs.") 30 parser.add_argument("mount_point", help="The filesystem mountpoint.") 31 parser.add_argument("fs_size", help="The size of filesystem.") 32 parser.add_argument("--fs_type", help="The filesystem type.") 34 help="The path of dac config to e2fsdroid.") 35 parser.add_argument("--inode_size", help="The inode size to mke2fs.") 37 help="The path of file_context to e2fsdroid.") 38 parser.add_argument("--root_dir", help="The root dir for root image.") 39 parser.add_argument("--journal_size", help [all...] |
H A D | mkchip_ckm.py | 25 parser.add_argument("--config-file-path", help="The source file for sload.") 26 parser.add_argument("--src-dir", help="The source file for sload.") 27 parser.add_argument("--device-name", help="The device for mkfs.") 28 parser.add_argument("--mkextimage-tools-path", help="The device for mkfs.") 29 parser.add_argument("--build-image-tools-path", nargs='*', help="The device for mkfs.") 30 parser.add_argument("--root-config-list-json", help="The device for mkfs.")
|
/build/scripts/ |
H A D | generate_js_bytecode.py | 30 help='js source file') 32 help='the converted target file') 34 help='path of the frontend conversion tool') 36 help='source file extension') 38 help='whether add debuginfo') 40 help='whether is module') 42 help='whether is commonjs') 44 help='whether is merge abc') 46 help='generate patch abc') 48 help [all...] |
H A D | app_sign.py | 30 parser.add_argument('--keyPwd', help='') 31 parser.add_argument('--sign-algo', help='') 32 parser.add_argument('--keyalias', help='') 33 parser.add_argument('--keystoreFile', help='') 34 parser.add_argument('--keystorePwd', help='') 35 parser.add_argument('--profileFile', help='') 36 parser.add_argument('--hapsigner', help='') 37 parser.add_argument('--unsigned-hap-path-list', help='') 38 parser.add_argument('--compatible_version', help='compatible_version') 39 parser.add_argument('--hap-out-dir', help [all...] |
H A D | hapbuilder.py | 159 parser.add_option('--hap-path', help='path to output hap') 160 parser.add_option('--hapsigner', help='path to signer') 161 parser.add_option('--assets', help='path to assets') 164 help='path to dynamic shared objects') 165 parser.add_option('--ohos-app-abi', help='ohos app abi') 166 parser.add_option('--hap-profile', help='path to hap profile') 167 parser.add_option('--nodejs-path', help='path to node') 168 parser.add_option('--js2abc-js', help='path to ts2abc.js') 172 help='whether to transform js to ark bytecode') 173 parser.add_option('--hap-packing-tool', help [all...] |
H A D | compile_app.py | 31 parser.add_argument('--nodejs', help='nodejs path') 32 parser.add_argument('--cwd', help='app project directory') 33 parser.add_argument('--sdk-home', help='sdk home') 34 parser.add_argument('--hvigor-home', help='hvigor home') 35 parser.add_argument('--enable-debug', action='store_true', help='if enable debuggable') 36 parser.add_argument('--build-level', default='project', help='module or project') 37 parser.add_argument('--assemble-type', default='assembleApp', help='assemble type') 38 parser.add_argument('--output-file', help='output file') 39 parser.add_argument('--build-profile', help='build profile file') 40 parser.add_argument('--system-lib-module-info-list', nargs='+', help [all...] |
H A D | bpf.py | 27 parser.add_argument('--clang-path', help='path to clang') 28 parser.add_argument('--include-dirs', nargs='+', help='path to header files') 29 parser.add_argument('--output-file', help='path to .o file') 30 parser.add_argument('--input-file', nargs='+', help='path to .c file') 31 parser.add_argument('--defines', nargs='+', help='clang defines')
|
H A D | ohos_abc.py | 26 parser.add_argument('--es2abc', help='path to es2abc') 27 parser.add_argument('--sources', nargs='+', help='path to .ts file') 28 parser.add_argument('--outputs', help='path to .abc file') 29 parser.add_argument('--merge-abc', action='store_true', help='merge abc') 30 parser.add_argument('--module', action='store_false', help='module type')
|
H A D | merge_profile.py | 32 parser.add_option('--resources-dir', help='resources directory') 33 parser.add_option('--app-profile', default=False, help='path to app profile') 34 parser.add_option('--hap-profile', help='path to hap profile') 35 parser.add_option('--generated-profile', help='path to generated profile') 36 parser.add_option('--release-type', help='release type') 37 parser.add_option('--api-version', help='api version')
|
H A D | idl.py | 29 parser.add_option('--idl-path', help='path to idl') 30 parser.add_option('--libcxx-path', help='path to libc++.so') 31 parser.add_option('--output-archive-path', help='path to output archive') 35 help='generated cpp files' 39 help='directory that stores generated source code' 42 '--gen-type', help='generate type code'
|
/build/templates/rust/ |
H A D | rust_bindgen.py | 38 parser.add_argument("--exe", help="Path to bindgen", required=True) 39 parser.add_argument("--llvm-config-path", help="Path to bindgen", required=True) 40 parser.add_argument("--clang-path", help="Path to bindgen", required=True) 41 parser.add_argument("--output", help="output .rs bindings", required=True) 42 parser.add_argument("--ld-library-path", help="LD_LIBRARY_PATH to set") 44 help="C header file to generate bindings for", 47 help="depfile to output with header dependencies") 48 parser.add_argument("-I", "--include", help="include path", action="append") 52 help="arguments to pass to libclang (see "
|
H A D | run_build_script.py | 118 help='build script needed to run') 119 parser.add_argument('--target', help='rust target triple') 120 parser.add_argument('--features', help='features', nargs='+') 121 parser.add_argument('--env', help='environment variable', nargs='+') 124 help='where to write output rustc flags') 126 help='rust path prefix') 128 help='any generated file') 129 parser.add_argument('--out-dir', required=True, help='ohos target out dir') 131 help='ohos target source dir')
|
/build/toolchain/ |
H A D | rust_strip.py | 43 help='The strip binary to run', 46 help='Binary file produced by linking command', 50 help='Final output binary file', 53 help='Linking command') 57 help='Add .gnu_debugdata section for stripped sofile') 58 parser.add_argument('--clang-base-dir', help='')
|
H A D | gcc_solink_wrapper.py | 114 help='The readelf binary to run', 118 help='The nm binary to run', 121 help='The strip binary to run', 124 help='The strip debug whitelist, lines of which are names of shared objects with .symtab kept.', 128 help='Shared object file produced by linking command', 132 help='Output table-of-contents file', 135 help=('Use --Wl,-Map to generate a map file. Will be ' 140 help='Final output shared object file', 143 parser.add_argument('command', nargs='+', help='Linking command') 147 help [all...] |
H A D | gcc_link_wrapper.py | 62 help='The strip binary to run', 65 help='Executable file produced by linking command', 68 help=('Use --Wl,-Map to generate a map file. Will be ' 73 help='Final output executable file', 76 help=('Clang asan runtime shared library')) 77 parser.add_argument('command', nargs='+', help='Linking command') 81 help='Add .gnu_debugdata section for stripped sofile') 82 parser.add_argument('--clang-base-dir', help='')
|
/build/templates/metadata/ |
H A D | gen_module_info.py | 151 parser.add_argument('--label-name', help='module name', required=True) 152 parser.add_argument('--target-label', help='target label', required=True) 153 parser.add_argument('--type', help='module type', required=True) 154 parser.add_argument('--source-dir', help='', required=True) 155 parser.add_argument('--install-images', nargs='+', help='') 156 parser.add_argument('--install-name', help='', required=False, default='') 157 parser.add_argument('--suffix', help='', required=False) 159 help='alternative extension for java library targets', 161 parser.add_argument('--symlink-target', nargs='+', help='', required=False) 162 parser.add_argument('--output-file', help [all...] |
/build/ohos/images/ |
H A D | get_module_install_dest.py | 56 help='system base dir') 57 parser.add_argument('--install-images', nargs='+', help='install images') 59 default='', help='module install dir') 61 default='', help='relative install dir') 62 parser.add_argument('--type', required=True, help='module type') 64 help='module install name') 66 action='store_true', help='prefix override') 68 parser.add_argument('--suffix', required=False, default='', help='suffix') 69 parser.add_argument('--allowed-lib-list', help='')
|
/build/templates/bpf/ |
H A D | gen_bpf_uapi.py | 25 parser.add_argument('--kernel-dir', help='kerner dir') 26 parser.add_argument('--kernel-out-dir', help='header file out dir') 27 parser.add_argument('--target-cpu', help='target cpu') 28 parser.add_argument('--kernel-tools-dir', help='kernel tools dir')
|
/build/hb/resolver/ |
H A D | args_factory.py | 47 return parser.add_argument(arg['arg_name'], help=arg['arg_help'], nargs='?', 60 return parser.add_argument(arg['arg_name'], help=arg['arg_help'], 68 return parser.add_argument(arg['arg_name'], help=arg['arg_help'], 73 return parser.add_argument(arg['arg_attribute'].get('abbreviation'), arg['arg_name'], help=arg['arg_help'], 78 return parser.add_argument(arg['arg_attribute'].get('abbreviation'), arg['arg_name'], help=arg['arg_help'], 83 return parser.add_argument(arg['arg_name'], help=arg['arg_help'], 88 return parser.add_argument(arg['arg_attribute'].get('abbreviation'), arg['arg_name'], help=arg['arg_help'], 93 return parser.add_argument(arg['arg_attribute'].get('abbreviation'), arg['arg_name'], help=arg['arg_help'],
|
/build/lite/testfwk/ |
H A D | gen_module_list_files.py | 29 parser.add_argument('--depfile', help='Path to depfile (refer to `gn help depfile`)') 30 parser.add_argument('--output_dir', help='output directory') 31 parser.add_argument('--source_dir', help='source directory') 32 parser.add_argument('--target', help='name of target') 35 parser.add_argument('--module_list_file', help='file name of module list') 37 help='root dir to search xx.sources files') 39 help='case sources path defined in test template')
|
/build/ohos/ |
H A D | generate_part_info.py | 113 parser.add_argument('--input-file', help='', required=True) 114 parser.add_argument('--sdk-modules-info-file', help='', required=True) 115 parser.add_argument('--output-install-file', help='', required=True) 116 parser.add_argument('--output-deps-file', help='', required=True) 117 parser.add_argument('--output-host-file', help='', required=True) 118 parser.add_argument('--current-toolchain', help='', required=True) 119 parser.add_argument('--host-toolchain', help='', required=True)
|
/build/ |
H A D | zip.py | 20 parser.add_option('--inputs', help='List of files to archive.') 21 parser.add_option('--output', help='Path to output archive.') 23 help='If provided, the paths in the archive will be '
|
/build/hb/util/loader/ |
H A D | merge_platform_build.py | 29 help='path to generated platform build file') 31 '--required-build-file', help='path to required platform build file') 33 '--optional-build-file', help='path to optional platform build file') 35 '--stub-build-file', help='path to stub platform build file')
|