Home
last modified time | relevance | path

Searched refs:ap (Results 1 – 3 of 3) 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.go1904 if ap, ok := child.(*java.AndroidApp); ok {
1905 filesInfo = append(filesInfo, apexFileForAndroidApp(ctx, ap))
1907 } else if ap, ok := child.(*java.AndroidAppImport); ok {
1908 filesInfo = append(filesInfo, apexFileForAndroidApp(ctx, ap))
1909 } else if ap, ok := child.(*java.AndroidTestHelperApp); ok {
1910 filesInfo = append(filesInfo, apexFileForAndroidApp(ctx, ap))
1911 } else if ap, ok := child.(*java.AndroidAppSet); ok {
1913 if ap.Privileged() {
1920 appDirName := filepath.Join(appDir, ap.BaseModuleName()+"@"+sanitizedBuildIdForPath(ctx))
1921 af := newApexFile(ctx, ap.OutputFile(), ap.BaseModuleName(), appDirName, appSet, ap)
/build/make/core/
Dproduct_config.mk180 define _read-ap-file
204 $(call _read-ap-file,$(f)) \