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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 356 : SymbolizerProcess(path), module_name_(internal_strdup(module_name)) {}
358 const char *module_name() const { return module_name_; }
365 CHECK_EQ(0, internal_strcmp(module_name, module_name_));
383 execl(path_to_binary, path_to_binary, "-Cfe", module_name_, (char *)0);
386 const char *module_name_; // Owned, leaked. member in class:__sanitizer::Addr2LineProcess

Completed in 310 milliseconds