Searched refs:CovOpenFile (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc248 static int CovOpenFile(bool packed, const char* name) { function in namespace:__sanitizer
315 int fd = CovOpenFile(false /* packed */, module_name);
340 cov_fd = CovOpenFile(true /* packed */, 0);
346 return CovOpenFile(true /* packed */, name);

Completed in 672 milliseconds