Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/sandbox/include/
H A Dsandbox.h26 typedef enum SandboxTag { enum
30 } SandboxTag; typedef
37 SandboxTag tag;
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.h73 typedef enum SandboxTag { enum
/ohos5.0/base/startup/init/services/sandbox/
H A Dsandbox.c431 static int BindMount(const char *source, const char *target, unsigned long flags, SandboxTag tag) in BindMount()
496 static int MountSandboxInfo(struct ListNode *head, const char *rootPath, SandboxTag tag) in MountSandboxInfo()