Searched defs:snapshotJsonFlags (Results 1 – 1 of 1) sorted by relevance
137 type snapshotJsonFlags struct { struct138 snapshot.SnapshotJsonFlags140 ExportedDirs []string `json:",omitempty"`141 ExportedSystemDirs []string `json:",omitempty"`142 ExportedFlags []string `json:",omitempty"`143 Sanitize string `json:",omitempty"`144 SanitizeMinimalDep bool `json:",omitempty"`145 SanitizeUbsanDep bool `json:",omitempty"`148 Symlinks []string `json:",omitempty"`149 StaticExecutable bool `json:",omitempty"`[all …]