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