HomeSort by relevance Sort by last modified time
    Searched refs:OPEN_FILES (Results 1 - 3 of 3) sorted by null

  /system/core/debuggerd/libdebuggerd/include/
utility.h 75 OPEN_FILES
  /system/core/debuggerd/libdebuggerd/
open_files_list.cpp 66 _LOG(log, logtype::OPEN_FILES, "%sfd %i: %s\n", prefix, file.first, file.second.c_str());
tombstone.cpp 662 static void dump_crash(log_t* log, BacktraceMap* map, const OpenFilesList* open_files, pid_t pid,
687 if (open_files) {
688 _LOG(log, logtype::OPEN_FILES, "\nopen files:\n");
689 dump_open_files_list_to_log(*open_files, log, " ");
750 void engrave_tombstone(int tombstone_fd, BacktraceMap* map, const OpenFilesList* open_files,
759 dump_crash(&log, map, open_files, pid, tid, process_name, threads, abort_msg_address);

Completed in 767 milliseconds