Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DConfig.h79 std::string record_allocs_file; member
DConfig.cpp339 record_allocs_file.clear(); in Set()
403 "record_allocs_file", 0, DEFAULT_RECORD_ALLOCS_FILE, &this->record_allocs_file); in Set()
DRecordData.cpp201 dump_file_ = config.record_allocs_file; in Initialize()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp465 ASSERT_STREQ("/data/local/tmp/record_allocs.txt", config->record_allocs_file.c_str()); in TEST_F()
470 ASSERT_STREQ("/data/local/tmp/record_allocs.txt", config->record_allocs_file.c_str()); in TEST_F()
476 TEST_F(MallocDebugConfigTest, record_allocs_file) { in TEST_F() argument
478 ASSERT_STREQ("/fake/file", config->record_allocs_file.c_str()); in TEST_F()
481 ASSERT_STREQ("/data/local/tmp/record_allocs.txt", config->record_allocs_file.c_str()); in TEST_F()