mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
fix code style
Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com>
This commit is contained in:
parent
80ac5e6c9e
commit
6263296a01
@ -45,7 +45,7 @@ void LoadAppSandboxConfig(void)
|
||||
path += APP_JSON_CONFIG;
|
||||
APPSPAWN_LOGI("LoadAppSandboxConfig %{public}s", path.c_str());
|
||||
rc = JsonUtils::GetJsonObjFromJson(appSandboxConfig, path);
|
||||
APPSPAWN_CHECK_ONLY_LOG(rc,"Failed to load app data sandbox config %{public}s", path.c_str());
|
||||
APPSPAWN_CHECK_ONLY_LOG(rc, "Failed to load app data sandbox config %{public}s", path.c_str());
|
||||
SandboxUtils::StoreJsonConfig(appSandboxConfig);
|
||||
}
|
||||
FreeCfgFiles(files);
|
||||
|
@ -1317,7 +1317,7 @@ HWTEST(AppSpawnSandboxTest, App_Spawn_Sandbox_38, TestSize.Level0)
|
||||
std::string pJsconfig1 = "{ \
|
||||
\"common\":[], \
|
||||
\"individual\": [ { \
|
||||
\"com.example.deviceinfo\" : [{ \
|
||||
\"com.example.deviceinfo\" : [{ \
|
||||
\"sandbox-switch\": \"ON\", \
|
||||
\"sandbox-root\" : \"/mnt/sandbox/<PackageName>\", \
|
||||
\"mount-paths\" : [{ \
|
||||
|
Loading…
Reference in New Issue
Block a user