Home
last modified time | relevance | path

Searched defs:OutputPath (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dpaths.go900 type OutputPath struct { struct
901 basePath
902 fullPath string
905 func (p OutputPath) withRel(rel string) OutputPath {
911 func (p OutputPath) WithoutRel() OutputPath {
916 func (p OutputPath) buildDir() string {
961 func (p OutputPath) writablePath() {}
963 func (p OutputPath) String() string {
969 func (p OutputPath) Join(ctx PathContext, paths ...string) OutputPath {
978 func (p OutputPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {
[all …]
/build/soong/java/
Dsdk.go555 func createFrameworkAidl(stubsModules []string, path android.OutputPath, ctx android.SingletonConte…