Home
last modified time | relevance | path

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

/build/blueprint/microfactory/
Dmicrofactory_test.go106 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil {
136 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil {
162 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil {
285 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil {
300 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil {
317 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil {
330 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil {
Dmicrofactory.go365 func (p *GoPackage) Compile(config *Config, outDir string) error { func
379 dep.Compile(config, outDir)
586 if err := p.Compile(config, intermediates); err != nil {
/build/blueprint/gotestmain/
Dgotestmain.go145 matchRe, err = regexp.Compile(matchPat)
/build/soong/android/
Dneverallow.go551 r, err := regexp.Compile(re)
Dtesting.go372 matcher, err := regexp.Compile(pattern)
/build/soong/cmd/pom2mk/
Dpom2mk.go50 regex, err := regexp.Compile(split[0])
/build/soong/cmd/pom2bp/
Dpom2bp.go53 regex, err := regexp.Compile(split[0])