Home
last modified time | relevance | path

Searched refs:GetMountModeFromConfig (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c122 static unsigned long GetMountModeFromConfig(const cJSON *config, const char *key, unsigned long def) in GetMountModeFromConfig() function
519 node->depMode = GetMountModeFromConfig(groupConfig, "deps-mode", MOUNT_MODE_ALWAYS); in ParseNameGroup()