Searched refs:ParseManifestFile (Results 1 – 3 of 3) sorted by relevance
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_gitee_test.go | 79 …mLast, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, ret[len(ret)-1], "manifest_tag.xml"… 87 expected, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, tt.to, "manifest_tag.xml"))
|
| D | steps_gitee.go | 71 baseManifest, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, from, "manifest_tag.xml")) 86 m1, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, from, "manifest_tag.xml")) 90 m2, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, to, "manifest_tag.xml"))
|
| /developtools/integration_verification/tools/fotff/vcs/ |
| D | manifest.go | 86 func ParseManifestFile(file string) (*Manifest, error) { func
|