Lines Matching refs:SetPath

47 					entries.SetPath("LOCAL_PREBUILT_MODULE_FILE", output)
49 entries.SetPath("LOCAL_SOONG_DEX_JAR", library.dexJarFile)
51 entries.SetPath("LOCAL_SOONG_HEADER_JAR", library.headerJarFile)
52 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", library.implementationAndResourcesJar)
111 entries.SetPath("LOCAL_SOONG_DEX_JAR", library.dexJarFile)
117 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", library.implementationAndResourcesJar)
118 entries.SetPath("LOCAL_SOONG_HEADER_JAR", library.headerJarFile)
121 entries.SetPath("LOCAL_SOONG_JACOCO_REPORT_CLASSES_JAR", library.jacocoReportClassesFile)
131 entries.SetPath("LOCAL_SOONG_PROGUARD_DICT", library.proguardDictionary)
163 entries.SetPath("LOCAL_FULL_TEST_CONFIG", j.testConfig)
197 entries.SetPath("LOCAL_SOONG_HEADER_JAR", prebuilt.combinedClasspathFile)
198 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", prebuilt.combinedClasspathFile)
219 entries.SetPath("LOCAL_SOONG_DEX_JAR", prebuilt.dexJarFile)
222 entries.SetPath("LOCAL_SOONG_HEADER_JAR", prebuilt.dexJarFile)
223 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", prebuilt.dexJarFile)
247 entries.SetPath("LOCAL_SOONG_HEADER_JAR", prebuilt.classpathFile)
248 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", prebuilt.classpathFile)
249 entries.SetPath("LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE", prebuilt.exportPackage)
250 entries.SetPath("LOCAL_SOONG_EXPORT_PROGUARD_FLAGS", prebuilt.proguardFlags)
251 entries.SetPath("LOCAL_SOONG_STATIC_LIBRARY_EXTRA_PACKAGES", prebuilt.extraAaptPackagesFile)
252 entries.SetPath("LOCAL_FULL_MANIFEST_FILE", prebuilt.manifest)
268 entries.SetPath("LOCAL_SOONG_HEADER_JAR", binary.headerJarFile)
269 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", binary.implementationAndResourcesJar)
271 entries.SetPath("LOCAL_SOONG_DEX_JAR", binary.dexJarFile)
319 entries.SetPath("LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE", app.exportPackage)
321 entries.SetPath("LOCAL_SOONG_DEX_JAR", app.dexJarFile)
324 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", app.implementationAndResourcesJar)
327 entries.SetPath("LOCAL_SOONG_HEADER_JAR", app.headerJarFile)
330 entries.SetPath("LOCAL_SOONG_BUNDLE", app.bundleFile)
333 entries.SetPath("LOCAL_SOONG_JACOCO_REPORT_CLASSES_JAR", app.jacocoReportClassesFile)
336 entries.SetPath("LOCAL_SOONG_PROGUARD_DICT", app.proguardDictionary)
368 entries.SetPath("LOCAL_FULL_MANIFEST_FILE", app.manifestPath)
434 entries.SetPath("LOCAL_FULL_TEST_CONFIG", a.testConfig)
463 entries.SetPath("LOCAL_SOONG_AAR", a.aarFile)
473 entries.SetPath("LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE", a.exportPackage)
474 entries.SetPath("LOCAL_SOONG_STATIC_LIBRARY_EXTRA_PACKAGES", a.extraAaptPackagesFile)
475 entries.SetPath("LOCAL_FULL_MANIFEST_FILE", a.mergedManifestFile)
491 entries.SetPath("LOCAL_DROIDDOC_DOC_ZIP", jd.docZip)
494 entries.SetPath("LOCAL_DROIDDOC_STUBS_SRCJAR", jd.stubsSrcJar)
509 entries.SetPath("LOCAL_DROIDDOC_DOC_ZIP", ddoc.Javadoc.docZip)
512 entries.SetPath("LOCAL_DROIDDOC_STUBS_SRCJAR", ddoc.Javadoc.stubsSrcJar)
576 entries.SetPath("LOCAL_DROIDDOC_STUBS_SRCJAR", dstubs.Javadoc.stubsSrcJar)
579 entries.SetPath("LOCAL_DROIDDOC_API_VERSIONS_XML", dstubs.apiVersionsXml)
582 entries.SetPath("LOCAL_DROIDDOC_ANNOTATIONS_ZIP", dstubs.annotationsZip)
585 entries.SetPath("LOCAL_DROIDDOC_JDIFF_DOC_ZIP", dstubs.jdiffDocZip)
588 entries.SetPath("LOCAL_DROIDDOC_METADATA_ZIP", dstubs.metadataZip)
715 entries.SetPath("LOCAL_MODULE_PATH", r.installDir.ToMakePath())
732 entries.SetPath("LOCAL_APKCERTS_FILE", apkSet.apkcertsFile)