Home
last modified time | relevance | path

Searched refs:RelativeToTop (Results 1 – 7 of 7) sorted by relevance

/build/soong/java/
Dsystem_modules_test.go28 paths = append(paths, info.HeaderJars.RelativeToTop().Strings()...)
61 …ing(t, "source system modules inputs", expectedSourcePaths, sourceInputs.RelativeToTop().Strings())
88 …d prebuilt system modules inputs", expectedPrebuiltPaths, prebuiltInputs.RelativeToTop().Strings())
104 …ing(t, "source system modules inputs", expectedSourcePaths, sourceInputs.RelativeToTop().Strings())
112 … "prebuilt system modules inputs", expectedPrebuiltPaths, prebuiltInputs.RelativeToTop().Strings())
Dtesting.go407 actual := strings.TrimSpace(strings.Join(inputs.RelativeToTop().Strings(), "\n"))
/build/soong/android/
Dpaths.go199 RelativeToTop() Path methodSpec
303 func (p OptionalPath) RelativeToTop() OptionalPath { func
307 p.path = p.path.RelativeToTop()
325 func (p Paths) RelativeToTop() Paths { func
332 ret[i] = path.RelativeToTop()
864 func (p WritablePaths) RelativeToTop() WritablePaths { func
871 ret[i] = path.RelativeToTop().(WritablePath)
938 func (p SourcePath) RelativeToTop() Path { func
1139 func (p OutputPath) RelativeToTop() Path { func
1162 func (t toolDepPath) RelativeToTop() Path { func
[all …]
/build/soong/cc/
Dproto_test.go64 foobarPath := foobar.Module().(android.HostToolProvider).HostToolPath().RelativeToTop().String()
Dsdk_test.go69 toFile = toFile.RelativeToTop()
/build/soong/apex/
Dbootclasspath_fragment_test.go725 return module.(java.UsesLibraryDependency).DexJarBuildPath().RelativeToTop().String()
Dapex_test.go4001 actual := apex.installDir.RelativeToTop().String()
4008 actual = flattened.installDir.RelativeToTop().String()
5131 …i, "android_arm64_armv8-a_sdk_shared_apex10000").Module().(*cc.Module).OutputFile().RelativeToTop()