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