Home
last modified time | relevance | path

Searched refs:test_profile (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat_test.cc602 void GenerateProfile(const std::string& test_profile, in GenerateProfile() argument
606 int profile_test_fd = open(test_profile.c_str(), O_CREAT | O_TRUNC | O_WRONLY, 0644); in GenerateProfile()