Lines Matching refs:GetProcessName
550 APPSPAWN_CHECK(appSandbox != NULL, return -1, "Failed to get sandbox for %{public}s", GetProcessName(property));
577 "No tlv %{public}d in msg %{public}s", TLV_DAC_INFO, GetProcessName(property));
579 APPSPAWN_LOGV("AppendPermissionGid %{public}s", GetProcessName(property));
592 permissionNode->section.name, permissionNode->section.gidTable[0], GetProcessName(property));
597 GetProcessName(property), dacInfo->gidCount, permissionNode->section.gidCount);
604 permissionNode->section.name, GetProcessName(property));
618 "No tlv %{public}d in msg %{public}s", TLV_DAC_INFO, GetProcessName(property));
621 (SandboxPackageNameNode *)GetSandboxSection(&sandbox->packageNameQueue, GetProcessName(property));
629 GetProcessName(property),
639 GetProcessName(property));
650 APPSPAWN_LOGV("Prepare sandbox config %{public}s", GetProcessName(property));
654 APPSPAWN_CHECK(sandbox != NULL, return -1, "Failed to get sandbox for %{public}s", GetProcessName(property));
671 APPSPAWN_CHECK(ret == 0, return ret, "Failed to add gid for %{public}s", GetProcessName(property));
673 APPSPAWN_CHECK(ret == 0, return ret, "Failed to add gid for %{public}s", GetProcessName(property));
675 APPSPAWN_CHECK(ret == 0, return ret, "Failed to mount system-const for %{public}s", GetProcessName(property));