Searched refs:imagePathOnDevice (Results 1 – 3 of 3) sorted by relevance
/build/soong/java/ |
D | dexpreopt_config_testing.go | 191 imagePathOnDevice string member 242 imagePathOnDevice: "/apex/art_boot_images/javalib/arm64/boot.art", 315 imagePathOnDevice: "/apex/art_boot_images/javalib/arm/boot.art", 388 imagePathOnDevice: "/apex/art_boot_images/javalib/x86_64/boot.art", 458 imagePathOnDevice: "/apex/art_boot_images/javalib/x86/boot.art", 588 imagePathOnDevice: "/system/framework/arm64/boot.art", 669 imagePathOnDevice: "/system/framework/arm/boot.art", 750 imagePathOnDevice: "/system/framework/x86_64/boot.art", 831 imagePathOnDevice: "/system/framework/x86/boot.art", 963 imagePathOnDevice: "/system/framework/arm64/boot-framework-foo.art", [all …]
|
D | dexpreopt_config.go | 146 imagePathOnDevice: filepath.Join("/", c.installDir, arch.String(), imageName),
|
D | dexpreopt_bootjars.go | 313 imagePathOnDevice string // first image file path on device member 447 …append(imageLocationsOnDevice, dexpreopt.PathStringToLocation(image.imagePathOnDevice, image.targe… 1126 installDir := filepath.Dir(image.imagePathOnDevice)
|