Home
last modified time | relevance | path

Searched refs:isDirective (Results 1 – 1 of 1) sorted by relevance

/build/soong/androidmk/parser/
Dparser.go166 if p.tok != scanner.Ident || !isDirective(p.scanner.TokenText()) {
587 func isDirective(s string) bool { func