Searched defs:OptionalPath (Results 1 – 4 of 4) sorted by relevance
135 type OptionalPath struct { struct136 valid bool137 path Path149 func (p OptionalPath) Valid() bool {155 func (p OptionalPath) Path() Path {163 func (p OptionalPath) String() string {
133 func checkInvalidOptionalPath(t *testing.T, path OptionalPath) {
141 manifest common.OptionalPath) common.Path {
287 …crtBegin, crtEnd common.OptionalPath, groupLate bool, flags builderFlags, outputFile common.Writab…