Searched refs:dexPathsDeps (Results 1 – 3 of 3) sorted by relevance
170 c.dexPathsDeps = c.dexPaths193 frameworkCfg.dexPathsDeps = append(artCfg.dexPathsDeps, frameworkCfg.dexPathsDeps...)
57 dexPathsDeps android.WritablePaths // for the dependency images and in this image member416 Flag("--runtime-arg").FlagWithInputList("-Xbootclasspath:", image.dexPathsDeps.Paths(), ":").539 FlagForEachInput("--apk=", image.dexPathsDeps.Paths()).590 FlagForEachInput("--apk=", image.dexPathsDeps.Paths()).674 FlagWithInputList("--runtime-arg -Xbootclasspath:", image.dexPathsDeps.Paths(), ":").725 ctx.Strict("DEXPREOPT_BOOTCLASSPATH_DEX_FILES", strings.Join(image.dexPathsDeps.Strings(), " "))
129 dexFiles := bootImage.dexPathsDeps.Paths()