Home | History | Annotate | Download | only in rtl

Lines Matching defs:file

5 // This file is distributed under the University of Illinois Open Source
10 // This file is a part of ThreadSanitizer (TSan), a race detector.
181 Printf(" Location is file descriptor %d created by %s at:\n",
257 const char *file = frame->info.file;
258 return file != 0 &&
259 (internal_strstr(file, "tsan_interceptors.cc") ||
260 internal_strstr(file, "sanitizer_common_interceptors.inc") ||
261 internal_strstr(file, "tsan_interface_"));
358 StripPathPrefix(info.file, common_flags()->strip_path_prefix),