Searched defs:OptionalPath (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | paths.go | 355 type OptionalPath struct { struct 356 path Path // nil if invalid. 357 invalidReason string // Not applicable if path != nil. "" if the reason is unknown. 376 func (p *OptionalPath) ToGob() *optionalPathGob { 383 func (p *OptionalPath) FromGob(data *optionalPathGob) { 388 func (p OptionalPath) GobEncode() ([]byte, error) { 392 func (p *OptionalPath) GobDecode(data []byte) error { 397 func (p OptionalPath) Valid() bool { 403 func (p OptionalPath) Path() Path { 415 func (p OptionalPath) InvalidReason() string { [all …]
|
H A D | paths_test.go | 171 func checkInvalidOptionalPath(t *testing.T, path OptionalPath, expectedInvalidReason string) { 194 func checkValidOptionalPath(t *testing.T, path OptionalPath, expectedString string) {
|
/aosp_15_r20/build/soong/python/ |
H A D | builder.go | 95 launcherPath android.OptionalPath, interpreter, main, binName string,
|
/aosp_15_r20/build/soong/bloaty/ |
H A D | bloaty.go | 66 func MeasureSizeForPaths(ctx android.ModuleContext, paths ...android.OptionalPath) {
|
/aosp_15_r20/build/soong/rust/ |
H A D | builder.go | 279 …ctx android.ModuleContext, deps PathDeps, crateName string, cargoOutDir android.OptionalPath) []st…
|
/aosp_15_r20/build/soong/java/ |
H A D | builder.go | 684 jars android.Paths, manifest android.OptionalPath, stripDirEntries bool, filesToStrip []string,
|
H A D | hiddenapi_modular.go | 990 …gFilesByCategory, flagSubsets SignatureCsvSubsets, generatedRemovedDexSignatures android.OptionalP…
|
H A D | base.go | 444 func makeDexJarPathFromOptionalPath(path android.OptionalPath) OptionalDexJarPath {
|
/aosp_15_r20/build/soong/cc/ |
H A D | builder.go | 946 baseName string, exportedIncludeDirs []string, symbolFile android.OptionalPath,
|