Lines Matching refs:Variable
63 // SourcePathVariable returns a Variable whose value is the source directory
66 // package-scoped variable's initialization.
67 func (p AndroidPackageContext) SourcePathVariable(name, path string) blueprint.Variable {
78 // HostBinVariable returns a Variable whose value is the path to a host tool
81 // package-scoped variable's initialization.
82 func (p AndroidPackageContext) HostBinToolVariable(name, path string) blueprint.Variable {
93 // HostJavaToolVariable returns a Variable whose value is the path to a host
96 // part of a package-scoped variable's initialization.
97 func (p AndroidPackageContext) HostJavaToolVariable(name, path string) blueprint.Variable {
108 // IntermediatesPathVariable returns a Variable whose value is the intermediate
111 // package-scoped variable's initialization.
112 func (p AndroidPackageContext) IntermediatesPathVariable(name, path string) blueprint.Variable {
123 // PrefixedExistentPathsForSourcesVariable returns a Variable whose value is the
126 // function or as part of a package-scoped variable's initialization.
128 name, prefix string, paths []string) blueprint.Variable {