Home
last modified time | relevance | path

Searched refs:PreoptBootClassPathDexFiles (Results 1 – 6 of 6) sorted by relevance

/build/soong/dexpreopt/
Dconfig.go139 PreoptBootClassPathDexFiles android.Paths // file paths of boot class path files member
282 PreoptBootClassPathDexFiles []string member
305 …config.ModuleConfig.PreoptBootClassPathDexFiles = constructPaths(ctx, config.PreoptBootClassPathDe…
331 PreoptBootClassPathDexFiles: config.PreoptBootClassPathDexFiles.Strings(),
Ddexpreopt_test.go52 PreoptBootClassPathDexFiles: nil,
Ddexpreopt.go329 …Flag("--runtime-arg").FlagWithInputList("-Xbootclasspath:", module.PreoptBootClassPathDexFiles, ":…
/build/soong/java/
Ddexpreopt.go232 PreoptBootClassPathDexFiles: dexFiles.Paths(),
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go148 moduleConfig.PreoptBootClassPathDexFiles[i] = android.PathForSource(ctx, *basePath+location)
/build/make/core/
Ddex_preopt_odex_install.mk394 $(call add_json_list, PreoptBootClassPathDexFiles, $(DEXPREOPT_BOOTCLASSPATH_DEX_FILES))