Searched refs:Split (Results 1 – 24 of 24) sorted by relevance
/build/soong/cmd/soong_jar/ |
D | soong_jar.go | 148 files := strings.Split(string(list), "\n") 187 dir, _ := filepath.Split(rel) 234 dir, _ = filepath.Split(dir)
|
/build/kati/ |
D | strutil_bench.cc | 38 WordScanner(s).Split(&toks); in main()
|
D | strutil.h | 44 void Split(vector<StringPiece>* o);
|
D | eval.go | 658 for _, dir := range bytes.Split(ws.Bytes(), []byte{':'}) { 712 for _, dir := range bytes.Split(word, []byte{':'}) {
|
D | evalcmd.go | 255 for _, cmd := range strings.Split(cmds, "\n") {
|
D | pathutil.go | 121 paths := strings.Split(path, string(filepath.Separator)) 262 dir, file := filepath.Split(pat)
|
D | strutil.cc | 108 void WordScanner::Split(vector<StringPiece>* o) { in Split() function in WordScanner
|
D | serialize.go | 463 value: strings.Split(sv.V, " "),
|
D | func.cc | 191 WordScanner(list).Split(&toks); in SortFunc()
|
D | pathutil_test.go | 67 dir, name := filepath.Split(name)
|
/build/blueprint/proptools/ |
D | proptools.go | 44 for _, entry := range strings.Split(tag, ",") {
|
/build/soong/androidmk/parser/ |
D | scope.go | 66 args := f[1].Split(",")
|
D | make_strings.go | 93 func (ms *MakeString) Split(sep string) []*MakeString { func
|
/build/blueprint/bootstrap/ |
D | cleanup.go | 102 fields := strings.Split(line, fieldSeperator)
|
/build/blueprint/ |
D | unpack.go | 348 for _, entry := range strings.Split(tag, ",") { 356 s := strings.Split(entry, ":")
|
/build/soong/cc/ |
D | androidmk.go | 118 dir, file := filepath.Split(path)
|
D | builder.go | 320 dir, file := filepath.Split(lib.String())
|
D | cc.go | 2031 name := strings.Split(strings.TrimPrefix(ctx.ModuleName(), "ndk_"), ".")[0]
|
/build/soong/androidmk/cmd/androidmk/ |
D | androidmk.go | 39 lines := strings.Split(orig, "\n") 355 names := strings.Split(name, ".")
|
D | values.go | 103 fields := ms.Split(" \t")
|
/build/blueprint/pathtools/ |
D | glob.go | 131 dir, file = filepath.Split(path)
|
/build/soong/java/ |
D | app.go | 143 } else if dir, _ := filepath.Split(certificate); dir == "" {
|
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 309 for _, entry := range strings.Split(tag, ",") {
|
/build/blueprint/parser/ |
D | parser.go | 142 lines := strings.Split(p.scanner.TokenText(), "\n")
|