Home
last modified time | relevance | path

Searched refs:srcSetLen (Results 1 - 1 of 1) sorted by relevance

/base/startup/appspawn/modules/sandbox/
H A Dsandbox_expand.c128 uint32_t srcSetLen; member
151 ret = strcat_s(overlayContext->mountedSrcSet, overlayContext->srcSetLen, "|"); in SetOverlayAppPath()
153 ret = strcat_s(overlayContext->mountedSrcSet, overlayContext->srcSetLen, sandboxContext->buffer[0].buffer); in SetOverlayAppPath()
186 overlayContext.srcSetLen = strlen(overlayInfo); in SetOverlayAppSandboxConfig()
187 overlayContext.mountedSrcSet = (char *)calloc(1, overlayContext.srcSetLen + 1); in SetOverlayAppSandboxConfig()
189 *(overlayContext.mountedSrcSet + overlayContext.srcSetLen) = '\0'; in SetOverlayAppSandboxConfig()

Completed in 2 milliseconds