Lines Matching refs:SetPath

46 					entries.SetPath("LOCAL_PREBUILT_MODULE_FILE", output)
48 entries.SetPath("LOCAL_SOONG_DEX_JAR", library.dexJarFile)
50 entries.SetPath("LOCAL_SOONG_HEADER_JAR", library.headerJarFile)
51 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", library.implementationAndResourcesJar)
104 entries.SetPath("LOCAL_SOONG_DEX_JAR", library.dexJarFile)
110 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", library.implementationAndResourcesJar)
111 entries.SetPath("LOCAL_SOONG_HEADER_JAR", library.headerJarFile)
114 entries.SetPath("LOCAL_SOONG_JACOCO_REPORT_CLASSES_JAR", library.jacocoReportClassesFile)
130 entries.SetPath("LOCAL_SOONG_DEXPREOPT_CONFIG", library.dexpreopter.configPath)
158 entries.SetPath("LOCAL_FULL_TEST_CONFIG", j.testConfig)
204 entries.SetPath("LOCAL_SOONG_DEX_JAR", prebuilt.dexJarFile)
206 entries.SetPath("LOCAL_SOONG_HEADER_JAR", prebuilt.combinedClasspathFile)
207 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", prebuilt.combinedClasspathFile)
228 entries.SetPath("LOCAL_SOONG_DEX_JAR", prebuilt.dexJarFile)
252 entries.SetPath("LOCAL_SOONG_HEADER_JAR", prebuilt.classpathFile)
253 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", prebuilt.classpathFile)
254 entries.SetPath("LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE", prebuilt.exportPackage)
255 entries.SetPath("LOCAL_SOONG_EXPORT_PROGUARD_FLAGS", prebuilt.proguardFlags)
256 entries.SetPath("LOCAL_SOONG_STATIC_LIBRARY_EXTRA_PACKAGES", prebuilt.extraAaptPackagesFile)
257 entries.SetPath("LOCAL_FULL_MANIFEST_FILE", prebuilt.manifest)
273 entries.SetPath("LOCAL_SOONG_HEADER_JAR", binary.headerJarFile)
274 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", binary.implementationAndResourcesJar)
276 entries.SetPath("LOCAL_SOONG_DEX_JAR", binary.dexJarFile)
331 entries.SetPath("LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE", app.exportPackage)
333 entries.SetPath("LOCAL_SOONG_DEX_JAR", app.dexJarFile)
336 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", app.implementationAndResourcesJar)
339 entries.SetPath("LOCAL_SOONG_HEADER_JAR", app.headerJarFile)
342 entries.SetPath("LOCAL_SOONG_BUNDLE", app.bundleFile)
345 entries.SetPath("LOCAL_SOONG_JACOCO_REPORT_CLASSES_JAR", app.jacocoReportClassesFile)
379 entries.SetPath("LOCAL_FULL_MANIFEST_FILE", app.manifestPath)
402 entries.SetPath("LOCAL_SOONG_DEXPREOPT_CONFIG", app.dexpreopter.configPath)
448 entries.SetPath("LOCAL_FULL_TEST_CONFIG", a.testConfig)
481 entries.SetPath("LOCAL_SOONG_AAR", a.aarFile)
491 entries.SetPath("LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE", a.exportPackage)
492 entries.SetPath("LOCAL_SOONG_STATIC_LIBRARY_EXTRA_PACKAGES", a.extraAaptPackagesFile)
493 entries.SetPath("LOCAL_FULL_MANIFEST_FILE", a.mergedManifestFile)
509 entries.SetPath("LOCAL_DROIDDOC_DOC_ZIP", jd.docZip)
512 entries.SetPath("LOCAL_DROIDDOC_STUBS_SRCJAR", jd.stubsSrcJar)
527 entries.SetPath("LOCAL_DROIDDOC_DOC_ZIP", ddoc.Javadoc.docZip)
556 entries.SetPath("LOCAL_DROIDDOC_STUBS_SRCJAR", dstubs.Javadoc.stubsSrcJar)
559 entries.SetPath("LOCAL_DROIDDOC_API_VERSIONS_XML", dstubs.apiVersionsXml)
562 entries.SetPath("LOCAL_DROIDDOC_ANNOTATIONS_ZIP", dstubs.annotationsZip)
565 entries.SetPath("LOCAL_DROIDDOC_METADATA_ZIP", dstubs.metadataZip)
662 entries.SetPath("LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE", a.outputFile)
695 entries.SetPath("LOCAL_MODULE_PATH", r.installDir.ToMakePath())
712 entries.SetPath("LOCAL_APKCERTS_FILE", apkSet.apkcertsFile)