Home
last modified time | relevance | path

Searched defs:android_logcat_context_internal (Results 1 – 1 of 1) sorted by relevance

/system/core/logcat/
Dlogcat.cpp82 struct android_logcat_context_internal { struct
84 volatile std::atomic_int retval; // valid if thread_stopped set
86 int argc;
87 char* const* argv;
88 char* const* envp;
89 std::vector<std::string> args;
90 std::vector<const char*> argv_hold;
91 std::vector<std::string> envs;
92 std::vector<const char*> envp_hold;
93 int output_fd; // duplication of fileno(output) (below)
[all …]