Home
last modified time | relevance | path

Searched defs:MakeString (Results 1 – 5 of 5) sorted by relevance

/build/soong/androidmk/parser/
Dmake_strings.go33 type MakeString struct { struct
34 StringPos Pos
35 Strings []string
36 Variables []Variable
46 func (ms *MakeString) Clone() (result *MakeString) {
51 func (ms *MakeString) Pos() Pos {
55 func (ms *MakeString) End() Pos {
63 func (ms *MakeString) appendString(s string) {
72 func (ms *MakeString) appendVariable(v Variable) {
82 func (ms *MakeString) appendMakeString(other *MakeString) {
[all …]
Dmake_strings_test.go174 func dumpArray(a []*MakeString) string {
Dscope.go112 func toVariable(ms *MakeString) (Variable, bool) {
/build/soong/androidmk/androidmk/
Dvalues.go63 func makeToStringExpression(ms *mkparser.MakeString, file *bpFile) (bpparser.Expression, error) {
127 func makeToListExpression(ms *mkparser.MakeString, file *bpFile) (bpparser.Expression, error) {
209 func makeToBoolExpression(ms *mkparser.MakeString, file *bpFile) (bpparser.Expression, error) {
228 func extractVariableName(name *mkparser.MakeString, file *bpFile) (string, error) {
Dandroidmk.go368 func makeVariableToBlueprint(file *bpFile, val *mkparser.MakeString,