Searched refs:dex2oat_bootclasspath (Results 1 – 1 of 1) sorted by relevance
381 char* dex2oat_bootclasspath = getenv("DEX2OATBOOTCLASSPATH"); in RunDex2Oat() local382 if (dex2oat_bootclasspath != nullptr) { in RunDex2Oat()383 bootclasspath = StringPrintf("-Xbootclasspath:%s", dex2oat_bootclasspath); in RunDex2Oat()