HomeSort by relevance Sort by last modified time
    Searched full:cur_name (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_mac.cc 37 const char *cur_name = module_name.data(); local
38 if (cur_name[0] == '\0')
40 if (filter && !filter(cur_name))
44 0 == internal_strcmp(cur_name, modules[n_modules - 1].full_name())) {
48 cur_module = new(mem) LoadedModule(cur_name, cur_beg);

Completed in 623 milliseconds