Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc1147 int profile_test_fd = open(test_profile_.c_str(), O_CREAT | O_TRUNC | O_WRONLY, 0644); in GenerateTestProfile() local
1148 if (profile_test_fd < 0) { in GenerateTestProfile()
1154 result = ProfileCompilationInfo::GenerateTestProfile(profile_test_fd, in GenerateTestProfile()
1164 result = ProfileCompilationInfo::GenerateTestProfile(profile_test_fd, in GenerateTestProfile()
1170 close(profile_test_fd); // ignore close result. in GenerateTestProfile()