Home
last modified time | relevance | path

Searched refs:read_with_default (Results 1 – 4 of 4) sorted by relevance

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dutility.h84 void read_with_default(const char* path, char* buf, size_t len, const char* default_value);
/system/core/debuggerd/libdebuggerd/
Dbacktrace.cpp110 read_with_default("/proc/self/cmdline", process_name, sizeof(process_name), "<unknown>"); in dump_backtrace_header()
Dutility.cpp222 void read_with_default(const char* path, char* buf, size_t len, const char* default_value) { function
Dtombstone.cpp632 read_with_default("/proc/self/comm", thread_name, sizeof(thread_name), "<unknown>"); in engrave_tombstone_ucontext()
633 read_with_default("/proc/self/cmdline", process_name, sizeof(process_name), "<unknown>"); in engrave_tombstone_ucontext()