| /base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
| D | app_spawn_sandboxmgr_test.cpp | 163 SandboxSection *section = CreateSandboxSection(name, len, type); in __anoncb27bc210102() local 204 SandboxSection *section = CreateSandboxSection(inputName[i], inputDataLen[j], 0); variable 227 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable 257 SandboxSection *section = GetSandboxSection(nullptr, "system-const"); variable 295 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable 330 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable 361 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable 409 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable
|
| D | app_spawn_sandbox_new_test.cpp | 274 static inline SandboxMountNode *GetFirstSandboxMountPathNode(const SandboxSection *section) in GetFirstSandboxMountPathNode() 284 static inline SandboxMountNode *GetNextSandboxMountPathNode(const SandboxSection *section, SandboxM… in GetNextSandboxMountPathNode() 943 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "system-const"); variable 1282 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "app-variable"); variable 2278 const SandboxSection section = {node, front, name, 16, 16, nullptr, 1, 1, nullptr}; variable
|
| D | app_spawn_sandbox_test.cpp | 1278 std::string section = "common"; variable 1312 std::string section = "permission"; variable
|
| /base/startup/appspawn/modules/sandbox/ |
| D | sandbox_manager.c | 103 PathMountNode *GetPathMountNode(const SandboxSection *section, int type, const char *source, const … in GetPathMountNode() 118 SymbolLinkNode *GetSymbolLinkNode(const SandboxSection *section, const char *target, const char *li… in GetSymbolLinkNode() 153 SandboxMountNode *GetFirstSandboxMountNode(const SandboxSection *section) in GetFirstSandboxMountNode() 194 static inline void InitSandboxSection(SandboxSection *section, int type) in InitSandboxSection() 208 static void ClearSandboxSection(SandboxSection *section) in ClearSandboxSection() 256 static void DumpSandboxSection(const SandboxSection *section) in DumpSandboxSection() 282 SandboxSection *section = (SandboxSection *)calloc(1, dataLen); in CreateSandboxSection() local 325 void DeleteSandboxSection(SandboxSection *section) in DeleteSandboxSection() 396 SandboxSection *section = (SandboxSection *)node; in DumpSandboxSectionNode() local
|
| D | sandbox_load.c | 205 static PathMountNode *DecodeMountPathConfig(const SandboxSection *section, const cJSON *config, uin… in DecodeMountPathConfig() 245 const cJSON *mountConfigs, SandboxSection *section, uint32_t type) in ParseMountPathsConfig() 262 static SymbolLinkNode *DecodeSymbolLinksConfig(const SandboxSection *section, const cJSON *config) in DecodeSymbolLinksConfig() 290 …olLinksConfig(AppSpawnSandboxCfg *sandbox, const cJSON *symbolLinkConfigs, SandboxSection *section) in ParseSymbolLinksConfig() 306 …int ParseGidTableConfig(AppSpawnSandboxCfg *sandbox, const cJSON *configs, SandboxSection *section) in ParseGidTableConfig() 339 …seMountGroupsConfig(AppSpawnSandboxCfg *sandbox, const cJSON *groupConfig, SandboxSection *section) in ParseMountGroupsConfig() 398 static int ParseBaseConfig(AppSpawnSandboxCfg *sandbox, SandboxSection *section, const cJSON *confi… in ParseBaseConfig() 622 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, config->string); in ParseAppSandboxConfig() local
|
| D | appspawn_sandbox.c | 216 static VarExtraData *GetVarExtraData(const SandboxContext *context, const SandboxSection *section) in GetVarExtraData() 250 const SandboxSection *section, const PathMountNode *sandboxNode, uint32_t operation) in CheckSandboxMountNode() 398 const SandboxSection *section, const PathMountNode *sandboxNode, uint32_t operation) in DoSandboxPathNodeMount() 448 const SandboxSection *section, const SymbolLinkNode *sandboxNode) in DoSandboxPathSymLink() 473 static int DoSandboxNodeMount(const SandboxContext *context, const SandboxSection *section, uint32_… in DoSandboxNodeMount() 553 const AppSpawnSandboxCfg *sandbox, const SandboxSection *section, uint32_t op) in MountSandboxConfig() 821 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, name); in UnmountSandboxConfigs() local 875 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "system-const"); in StagedMountSystemConst() local 949 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "app-variable"); in SetAppVariableConfig() local
|
| D | appspawn_sandbox.h | 145 SandboxSection section; member 149 SandboxSection section; member 154 SandboxSection section; member 162 SandboxSection section; member 231 __attribute__((always_inline)) inline uint32_t GetSectionType(const SandboxSection *section) in GetSectionType()
|
| D | sandbox_utils.cpp | 763 … SandboxUtils::GetSandboxMountConfig(const AppSpawningCtx *appProperty, const std::string §ion, in GetSandboxMountConfig() 777 const std::string §ion, std::string sandboxRoot) in GetSandboxPath() 801 … nlohmann::json &appConfig, const char *typeName, const std::string §ion) in DoAllMntPointsMount() 851 const char* permissionName, const std::string §ion) in DoAddGid()
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/ |
| D | unique_stack_table.h | 51 } section; member 71 } section; member
|
| /base/startup/init/ueventd/ |
| D | ueventd_read_cfg.c | 165 static SECTION GetSection(const char *section) in GetSection() 188 char *section = NULL; in ParseUeventConfig() local
|
| /base/startup/init/services/modules/seccomp/scripts/tools/ |
| D | collect_elf_syscall.py | 168 def create_disassemble_file(elf_path, locate_path, section): argument
|
| /base/hiviewdfx/hidumper/frameworks/native/src/util/ |
| D | config_utils.cpp | 825 …s::SetSection(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs, const std::string §ion, int nes… in SetSection()
|