Home
last modified time | relevance | path

Searched refs:addPath (Results 1 – 3 of 3) sorted by relevance

/build/soong/filesystem/
Dfilesystem.go284 addPath := func(name string, path android.Path) {
302 addPath("ext_mkuserimg", ctx.Config().HostToolPath(ctx, "mkuserimg_mke2fs"))
310 addPath("avb_avbtool", ctx.Config().HostToolPath(ctx, "avbtool"))
314 addPath("avb_key_path", key)
321 addPath("selinux_fc", f.buildFileContexts(ctx))
Dbootimg.go241 addPath := func(name string, path android.Path) {
247 addPath("avb_avbtool", ctx.Config().HostToolPath(ctx, "avbtool"))
251 addPath("avb_key_path", key)
/build/soong/java/
Dhiddenapi_modular.go800 func (b bootDexJarByModule) addPath(module android.Module, path android.Path) { func
1023 bootDexJars.addPath(module, bootDexJar)
1230 encodedDexJarsByModuleName.addPath(module, path)