Home
last modified time | relevance | path

Searched refs:Manifest (Results 1 – 6 of 6) sorted by relevance

/developtools/integration_verification/tools/fotff/vcs/
Dmanifest.go27 type Manifest struct { struct
86 func ParseManifestFile(file string) (*Manifest, error) {
91 var m Manifest
96 func (m *Manifest) WriteFile(filePath string) error { argument
105 func GetRepoUpdates(m1, m2 *Manifest) (updates []ProjectUpdate, err error) { argument
143 func (m *Manifest) UpdateManifestProject(name, path, remote, revision string, add bool) { argument
166 func (m *Manifest) RemoveManifestProject(name string) { argument
175 func (m *Manifest) Standardize() (string, error) { argument
/developtools/packing_tool/META-INF/collectingbininfo_tool/
DMANIFEST.MF1 Manifest-Version: 1.0
/developtools/packing_tool/META-INF/packing_tool/
DMANIFEST.MF1 Manifest-Version: 1.0
/developtools/packing_tool/META-INF/unpacking_tool/
DMANIFEST.MF1 Manifest-Version: 1.0
/developtools/packing_tool/META-INF/packingbin_tool/
DMANIFEST.MF1 Manifest-Version: 1.0
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dsteps_gitee.go337 func (m *Manager) genStepPackage(base *vcs.Manifest, step Step) (newPkg string, newManifest *vcs.Ma… argument
341 newManifest = clone.Clone(base).(*vcs.Manifest)