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.cpp552 ASSERT_STREQ("/data/local/tmp/record_allocs.txt", config->record_allocs_file().c_str()); in TEST_F()
557 ASSERT_STREQ("/data/local/tmp/record_allocs.txt", config->record_allocs_file().c_str()); in TEST_F()
563 TEST_F(MallocDebugConfigTest, record_allocs_file) { in TEST_F() argument
565 ASSERT_STREQ("/fake/file", config->record_allocs_file().c_str()); in TEST_F()
568 ASSERT_STREQ("/data/local/tmp/record_allocs.txt", config->record_allocs_file().c_str()); in TEST_F()
/bionic/libc/malloc_debug/
DRecordData.cpp182 dump_file_ = config.record_allocs_file(); in Initialize()
DConfig.h100 const std::string& record_allocs_file() const { return record_allocs_file_; } in record_allocs_file() function