Home
last modified time | relevance | path

Searched refs:record_allocs_file (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp508 ASSERT_STREQ("/data/local/tmp/record_allocs.txt", config->record_allocs_file().c_str()); in TEST_F()
513 ASSERT_STREQ("/data/local/tmp/record_allocs.txt", config->record_allocs_file().c_str()); in TEST_F()
519 TEST_F(MallocDebugConfigTest, record_allocs_file) { in TEST_F() argument
521 ASSERT_STREQ("/fake/file", config->record_allocs_file().c_str()); in TEST_F()
524 ASSERT_STREQ("/data/local/tmp/record_allocs.txt", config->record_allocs_file().c_str()); in TEST_F()
/bionic/libc/malloc_debug/
DConfig.h94 const std::string& record_allocs_file() const { return record_allocs_file_; } in record_allocs_file() function
DRecordData.cpp193 dump_file_ = config.record_allocs_file(); in Initialize()