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