Searched refs:SetPath (Results 1 – 3 of 3) sorted by relevance
/build/soong/java/ |
D | androidmk.go | 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) [all …]
|
/build/soong/sh/ |
D | sh_binary.go | 240 entries.SetPath("LOCAL_MODULE_PATH", s.installDir.ToMakePath()) 243 entries.SetPath("LOCAL_FULL_TEST_CONFIG", s.testConfig)
|
/build/soong/android/ |
D | androidmk.go | 103 func (a *AndroidMkEntries) SetPath(name string, path Path) { func 112 a.SetPath(name, path.Path())
|