Home
last modified time | relevance | path

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

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