Searched refs:backtrace_dump_prefix (Results 1 – 3 of 3) sorted by relevance
75 const std::string& backtrace_dump_prefix() const { return backtrace_dump_prefix_; } in backtrace_dump_prefix() function
359 g_debug->config().backtrace_dump_prefix().c_str(), in debug_finalize()422 "%s.%d.txt", g_debug->config().backtrace_dump_prefix().c_str(), getpid()) in InternalMalloc()489 "%s.%d.txt", g_debug->config().backtrace_dump_prefix().c_str(), getpid()) in InternalFree()
305 TEST_F(MallocDebugConfigTest, backtrace_dump_prefix) { in TEST_F() argument308 ASSERT_EQ("/data/local/tmp/backtrace_heap", config->backtrace_dump_prefix()); in TEST_F()312 ASSERT_EQ("/fake/location", config->backtrace_dump_prefix()); in TEST_F()