Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc480 std::string compiler_executable(GetAndroidRoot()); in GetCompilerExecutable() local
481 compiler_executable += (kIsDebugBuild ? "/bin/dex2oatd" : "/bin/dex2oat"); in GetCompilerExecutable()
482 return compiler_executable; in GetCompilerExecutable()