Lines Matching refs:partition
1284 partition := modulePartition(ctx, os)
1286 ret := pathForInstall(ctx, os, partition, ctx.Debug(), pathComponents...)
1295 func pathForInstall(ctx PathContext, os OsType, partition string, debug bool,
1301 outPaths = []string{"target", "product", ctx.Config().DeviceName(), partition}
1305 outPaths = []string{"host", "linux-x86", partition}
1308 outPaths = []string{"host", "linux_bionic-x86", partition}
1310 outPaths = []string{"host", os.String() + "-x86", partition}
1352 var partition string
1355 partition = "testcases"
1358 partition = "data"
1361 partition = "recovery/root/first_stage_ramdisk"
1363 partition = "ramdisk"
1366 partition += "/system"
1370 partition = "recovery/root"
1373 partition = "recovery/root/system"
1376 partition = ctx.DeviceConfig().VendorPath()
1378 partition = ctx.DeviceConfig().OdmPath()
1380 partition = ctx.DeviceConfig().ProductPath()
1382 partition = ctx.DeviceConfig().SystemExtPath()
1384 partition = "root"
1386 partition = "system"
1389 partition = "data/asan/" + partition
1392 return partition