Searched defs:OutputPath (Results 1 – 2 of 2) sorted by relevance
900 type OutputPath struct { struct901 basePath902 fullPath string905 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 …]
555 func createFrameworkAidl(stubsModules []string, path android.OutputPath, ctx android.SingletonConte…