Home
last modified time | relevance | path

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

/build/soong/androidmk/parser/
Dmake_strings.go35 type MakeString struct { struct
36 StringPos Pos
37 Strings []string
38 Variables []Variable
48 func (ms *MakeString) Clone() (result *MakeString) {
53 func (ms *MakeString) Pos() Pos {
57 func (ms *MakeString) End() Pos {
65 func (ms *MakeString) appendString(s string) {
74 func (ms *MakeString) appendVariable(v Variable) {
84 func (ms *MakeString) appendMakeString(other *MakeString) {
[all …]
Dmake_strings_test.go220 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.go391 func makeVariableToBlueprint(file *bpFile, val *mkparser.MakeString,