Searched defs:OptionalPath (Results 1 – 8 of 8) sorted by relevance
/build/soong/python/ |
D | builder.go | 83 launcherPath android.OptionalPath, interpreter, main, binName string,
|
/build/soong/bloaty/ |
D | bloaty.go | 66 func MeasureSizeForPaths(ctx android.ModuleContext, paths ...android.OptionalPath) {
|
/build/soong/android/ |
D | paths_test.go | 155 func checkInvalidOptionalPath(t *testing.T, path OptionalPath, expectedInvalidReason string) { 178 func checkValidOptionalPath(t *testing.T, path OptionalPath, expectedString string) {
|
D | paths.go | 264 type OptionalPath struct { struct 265 path Path // nil if invalid. 266 invalidReason string // Not applicable if path != nil. "" if the reason is unknown. 281 func (p OptionalPath) Valid() bool { 287 func (p OptionalPath) Path() Path { 299 func (p OptionalPath) InvalidReason() string { 313 func (p OptionalPath) AsPaths() Paths { 322 func (p OptionalPath) RelativeToTop() OptionalPath { 331 func (p OptionalPath) String() string {
|
/build/soong/java/ |
D | builder.go | 554 jars android.Paths, manifest android.OptionalPath, stripDirEntries bool, filesToStrip []string,
|
D | hiddenapi_modular.go | 884 …gFilesByCategory, flagSubsets SignatureCsvSubsets, generatedRemovedDexSignatures android.OptionalP…
|
D | base.go | 370 func makeDexJarPathFromOptionalPath(path android.OptionalPath) OptionalDexJarPath {
|
/build/soong/cc/ |
D | builder.go | 887 baseName, exportedHeaderFlags string, symbolFile android.OptionalPath,
|