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