Home
last modified time | relevance | path

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

/build/make/tools/atree/
Datree.cpp85 va_list ap; in debug_printf() local
86 va_start(ap, format); in debug_printf()
87 vprintf(format, ap); in debug_printf()
88 va_end(ap); in debug_printf()
/build/soong/apex/
Dapex.go1736 if ap, ok := child.(*java.AndroidApp); ok {
1737 filesInfo = append(filesInfo, apexFileForAndroidApp(ctx, ap))
1739 } else if ap, ok := child.(*java.AndroidAppImport); ok {
1740 filesInfo = append(filesInfo, apexFileForAndroidApp(ctx, ap))
1741 } else if ap, ok := child.(*java.AndroidTestHelperApp); ok {
1742 filesInfo = append(filesInfo, apexFileForAndroidApp(ctx, ap))
1743 } else if ap, ok := child.(*java.AndroidAppSet); ok {
1745 if ap.Privileged() {
1748 af := newApexFile(ctx, ap.OutputFile(), ap.BaseModuleName(),
1749 filepath.Join(appDir, ap.BaseModuleName()), appSet, ap)