Home
last modified time | relevance | path

Searched refs:SetPath (Results 1 – 7 of 7) sorted by relevance

/aosp12/build/soong/java/
H A Dandroidmk.go46 entries.SetPath("LOCAL_PREBUILT_MODULE_FILE", output)
48 entries.SetPath("LOCAL_SOONG_DEX_JAR", library.dexJarFile)
104 entries.SetPath("LOCAL_SOONG_DEX_JAR", library.dexJarFile)
158 entries.SetPath("LOCAL_FULL_TEST_CONFIG", j.testConfig)
204 entries.SetPath("LOCAL_SOONG_DEX_JAR", prebuilt.dexJarFile)
276 entries.SetPath("LOCAL_SOONG_DEX_JAR", binary.dexJarFile)
333 entries.SetPath("LOCAL_SOONG_DEX_JAR", app.dexJarFile)
342 entries.SetPath("LOCAL_SOONG_BUNDLE", app.bundleFile)
448 entries.SetPath("LOCAL_FULL_TEST_CONFIG", a.testConfig)
481 entries.SetPath("LOCAL_SOONG_AAR", a.aarFile)
[all …]
/aosp12/system/sepolicy/build/soong/
H A Dsepolicy_vers.go100 entries.SetPath("LOCAL_MODULE_PATH", v.installPath.ToMakePath())
H A Dpolicy.go194 entries.SetPath("LOCAL_MODULE_PATH", c.installPath.ToMakePath())
349 entries.SetPath("LOCAL_MODULE_PATH", c.installPath.ToMakePath())
H A Dcompat_cil.go108 entries.SetPath("LOCAL_MODULE_PATH", c.installPath.ToMakePath())
H A Dversioned_policy.go173 entries.SetPath("LOCAL_MODULE_PATH", m.installPath.ToMakePath())
/aosp12/build/soong/sh/
H A Dsh_binary.go420 entries.SetPath("LOCAL_MODULE_PATH", s.installDir.ToMakePath())
423 entries.SetPath("LOCAL_FULL_TEST_CONFIG", s.testConfig)
/aosp12/build/soong/android/
H A Dandroidmk.go179 func (a *AndroidMkEntries) SetPath(name string, path Path) { func
190 a.SetPath(name, path.Path())