Searched refs:read_with_default (Results 1 – 4 of 4) sorted by relevance
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
D | utility.h | 84 void read_with_default(const char* path, char* buf, size_t len, const char* default_value);
|
/system/core/debuggerd/libdebuggerd/ |
D | backtrace.cpp | 110 read_with_default("/proc/self/cmdline", process_name, sizeof(process_name), "<unknown>"); in dump_backtrace_header()
|
D | utility.cpp | 222 void read_with_default(const char* path, char* buf, size_t len, const char* default_value) { function
|
D | tombstone.cpp | 632 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()
|