Home | History | Annotate | Download | only in profman

Lines Matching refs:profile_test_fd

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