Searched refs:addPath (Results 1 – 3 of 3) sorted by relevance
/build/soong/filesystem/ |
D | filesystem.go | 284 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))
|
D | bootimg.go | 241 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/ |
D | hiddenapi_modular.go | 800 func (b bootDexJarByModule) addPath(module android.Module, path android.Path) { func 1023 bootDexJars.addPath(module, bootDexJar) 1230 encodedDexJarsByModuleName.addPath(module, path)
|