Searched refs:packages (Results 1 – 9 of 9) sorted by relevance
7 基于BUILD.gn、bundle.json、编译产物system_module_info.json、out/{product_name}/packages/phone目录下的编译产物,分析各子系统…17 利用编译构建自动生成的out/rk3568/packages/phone/system_module_info.json中已有的信息重新组织,对于其中没有子系统和部件的文件,手动查找。目前已知oho…47 path of out/{product_name}/packages/phone/system_module_info.json51 … subdirectories of out/{product_name}/packages/phone to be counted.eg: -d system -d vendor61 …python3 rom_analyzer.py -p ~/oh/ -j ~/oh/out/rk3568/packages/phone/system_module_info.json -n rk35…96 基于out/{product_name}/packages/phone下所有cfg文件、out/{product_name}/packages/phone/system/profile下所有json…98 收集cfg、json文件的可供参考命令:`mkdir cfgs && cp $(find ~/oh/out/rk3568/packages/phone -name *.cfg | xargs) cf…116 1. out/{product_name}/packages/phone下所有cfg文件,并将其放置于同一个目录中(ps:同名文件仅保存一份即可)117 1. out/{product_name}/packages/phone/system/profile下所有json 文件135 … path of sa json file. eg: -x ~/openharmony/out/rk3568/packages/phone/system/profile[all …]
78 string packages = ""; in CommandDispatch() local85 packages += " " + seg; in CommandDispatch()88 PackageShell(false, options.c_str(), packages); in CommandDispatch()
4 镜像路径: OH2_TOOL\out\ohos-arm-release\packages\phone\images\Hi3516DV300-emmc.xml21 生成可执行文件路径: OH2_TOOL/out/ohos-arm-release/packages/phone/tests/fuzztest/hiprofiler/ts_fuzz/
26 "third_party/parse5/packages/parse5",
45 image_list = out/rk3568/packages/phone/images/uboot.img
30 _parse5_project_dir = "//third_party/parse5/packages/parse5"
214 String packages = getJsonString(jsonObject, PACKAGES); in parsePackInfos() local215 return JSONArray.parseArray(packages, PackInfo.class); in parsePackInfos()
312 | packInfos | List\<PackInfo> | bundle中pack.info文件的packages信息 | NA |
159339 struct list_head packages; member