Home
last modified time | relevance | path

Searched defs:SysProcIDMap (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dexec_linux.go60 type SysProcIDMap struct { struct
61 ContainerID int // Container ID.
62 HostID int // Host ID.
63 Size int // Size.
662 func formatIDMappings(idMap []SysProcIDMap) []byte {
671 func writeIDMappings(path string, idMap []SysProcIDMap) error {