Home
last modified time | relevance | path

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

/build/soong/common/
Dpaths.go135 type OptionalPath struct { struct
136 valid bool
137 path Path
149 func (p OptionalPath) Valid() bool {
155 func (p OptionalPath) Path() Path {
163 func (p OptionalPath) String() string {
Dpaths_test.go133 func checkInvalidOptionalPath(t *testing.T, path OptionalPath) {
/build/soong/java/
Dbuilder.go141 manifest common.OptionalPath) common.Path {
/build/soong/cc/
Dbuilder.go287 …crtBegin, crtEnd common.OptionalPath, groupLate bool, flags builderFlags, outputFile common.Writab…