Lines Matching refs:BEGET_LOGE
301 BEGET_LOGE("Item %s is not support.", itemName); in GetSandboxInfo()
386 BEGET_LOGE("Sandbox %s has created.", name); in InitSandbox()
430 BEGET_LOGE("Mount with invalid arguments"); in BindMount()
441 BEGET_LOGE("Tag is error."); in BindMount()
452 BEGET_LOGE("Failed to bind mount \' %s \' to \' %s \', err = %d", source, target, errno); in BindMount()
516 … BEGET_LOGE("Failed to link \' %s \' to \' %s \', err = %d", info->target, linkName, errno); in LinkSandboxNode()
572 BEGET_LOGE("Init sandbox name is NULL."); in InitSandboxWithName()
582 BEGET_LOGE("Cannot find sandbox with name %s.", name); in InitSandboxWithName()
590 BEGET_LOGE("Destroy sandbox name is NULL."); in DestroySandbox()
595 BEGET_LOGE("Cannot get sandbox map by name %s.", name); in DestroySandbox()
620 BEGET_LOGE("Sandbox name is NULL."); in EnterSandbox()
625 BEGET_LOGE("Cannot get sandbox map by name %s.", name); in EnterSandbox()
632 BEGET_LOGE("Sandbox %s has not been created.", name); in EnterSandbox()
639 BEGET_LOGE("Sandbox \' %s \' namespace fd is invalid.", name); in EnterSandbox()
682 BEGET_LOGE("Init sandbox name is NULL."); in DumpSandboxByName()