Searched refs:compiler_executable (Results 1 – 1 of 1) sorted by relevance
536 std::string compiler_executable(GetAndroidRoot()); in GetCompilerExecutable() local537 compiler_executable += (kIsDebugBuild ? "/bin/dex2oatd" : "/bin/dex2oat"); in GetCompilerExecutable()538 return compiler_executable; in GetCompilerExecutable()