Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dpaths.go355 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 Dpaths_test.go171 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 Dbuilder.go95 launcherPath android.OptionalPath, interpreter, main, binName string,
/aosp_15_r20/build/soong/bloaty/
H A Dbloaty.go66 func MeasureSizeForPaths(ctx android.ModuleContext, paths ...android.OptionalPath) {
/aosp_15_r20/build/soong/rust/
H A Dbuilder.go279 …ctx android.ModuleContext, deps PathDeps, crateName string, cargoOutDir android.OptionalPath) []st…
/aosp_15_r20/build/soong/java/
H A Dbuilder.go684 jars android.Paths, manifest android.OptionalPath, stripDirEntries bool, filesToStrip []string,
H A Dhiddenapi_modular.go990 …gFilesByCategory, flagSubsets SignatureCsvSubsets, generatedRemovedDexSignatures android.OptionalP…
H A Dbase.go444 func makeDexJarPathFromOptionalPath(path android.OptionalPath) OptionalDexJarPath {
/aosp_15_r20/build/soong/cc/
H A Dbuilder.go946 baseName string, exportedIncludeDirs []string, symbolFile android.OptionalPath,