reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 3599   COMMON_INTERCEPTOR_ENTER(ctx, realpath, path, resolved_path);
 3607   if (!resolved_path)
 3608     allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
 3610   char *res = REAL(realpath)(path, resolved_path);