openharmony_ci 0e2d90ec82 !2552 merge master into master
Share relro in PC

Created-by: hujunjian702
Commit-by: 17342015572
Merged-by: openharmony_ci
Description: ### 相关的Issue:https://gitcode.com/openharmony/web_webview/issues/5982

### 原因(目的、解决的问题等):手机设备上appspawn服务会在预加载功能中创建arkweb engine的/data/storage/路径。PC设备上没有预加载功能,没有arkweb engine的/data/storage/路径,共享relro功能需要访问路径中mount的arkweb文件。

### 描述(做了什么,变更了什么):PC设备appspawn启动的时候创建arkweb engine的/data/storage/路径,供后面nwebspawn服务mount arkweb文件。

### 测试用例(新增、改动、可能影响的功能)
1.没有使能appspawn预加载功能,但是使能了共享relro功能时,启动appspawn服务时创建arkweb engine的/data/storage/空目录。其他情况保持原状。


See merge request: openharmony/startup_appspawn!2552
2026-01-31 18:06:04 +08:00
2024-03-22 01:07:52 +00:00
2026-01-27 16:52:23 +08:00
2022-06-09 09:18:25 +08:00
2024-08-13 14:02:28 +00:00
2026-01-31 18:06:04 +08:00
2026-01-27 16:52:23 +08:00
2026-01-27 16:52:23 +08:00
2026-01-29 20:32:53 +08:00
2026-01-16 17:07:33 +08:00
2021-06-02 02:19:15 +08:00
2026-01-27 16:52:23 +08:00
2025-10-28 21:27:50 +08:00
2026-01-31 08:08:59 +00:00
2026-01-05 15:32:36 +08:00
2024-11-21 20:43:26 +08:00
2026-01-07 15:37:04 +08:00
2025-12-03 11:48:12 +08:00
2022-03-29 20:31:48 +08:00
2025-11-03 22:45:21 +08:00
2025-12-10 12:01:31 +08:00
2024-10-26 15:23:56 +08:00
2024-11-09 11:40:29 +08:00
2025-10-09 14:38:58 +08:00
2021-06-02 02:19:15 +08:00
2024-10-26 15:23:56 +08:00
2026-01-27 16:52:23 +08:00
2024-06-06 18:58:06 +08:00
2022-10-14 06:23:39 +00:00
2022-06-08 21:54:21 +08:00

Startup

Introduction

Appspawn is responsible for creating application process and setting process information function.

Directory Structure

base/startup/appspawn
├── include                    # include directory
├── parameter                  # system parameters
├── src                        # source code
│   └── socket                 # encapsulation of socket basic library
└── test                       # test code

Repositories Involved

Startup subsystem

appspawn

S
Description
暂无描述
Readme 46 MiB
Languages
C++ 62.7%
C 30%
Python 7.2%
Shell 0.1%