Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go183 PreoptBootClassPathDexFiles android.Paths // file paths of boot class path files member
326 PreoptBootClassPathDexFiles []string member
349 …config.ModuleConfig.PreoptBootClassPathDexFiles = constructPaths(ctx, config.PreoptBootClassPathDe…
375 PreoptBootClassPathDexFiles: config.PreoptBootClassPathDexFiles.Strings(),
Ddexpreopt_test.go79 PreoptBootClassPathDexFiles: nil,
Ddexpreopt.go360 …Flag("--runtime-arg").FlagWithInputList("-Xbootclasspath:", module.PreoptBootClassPathDexFiles, ":…
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go150 moduleConfig.PreoptBootClassPathDexFiles[i] = android.PathForSource(ctx, *basePath+location)
/build/soong/java/
Ddexpreopt.go337 PreoptBootClassPathDexFiles: dexFiles.Paths(),
/build/make/core/
Ddex_preopt_odex_install.mk399 $(call add_json_list, PreoptBootClassPathDexFiles, $(DEXPREOPT_BOOTCLASSPATH_DEX_FILES))