Searched refs:core_oat_location_ (Results 1 – 1 of 1) sorted by relevance
46 core_oat_location_ = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA); in SetUp()151 exec_argv.push_back("--symbolize=" + core_oat_location_); in Exec()152 exec_argv.push_back("--output=" + core_oat_location_ + ".symbolize"); in Exec()182 exec_argv.push_back("--oat-file=" + core_oat_location_); in Exec()316 std::string core_oat_location_; variable