Home
last modified time | relevance | path

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

/system/memory/libmeminfo/
Dlibmeminfo_test.cpp992 heap_root_path = fs::current_path() / "dma_heap"; in SetUp()
993 ASSERT_TRUE(fs::create_directory(heap_root_path)); in SetUp()
997 fs::remove_all(heap_root_path); in TearDown()
1001 fs::path heap_root_path; member in DmabufHeapStats
1008 auto system_heap_path = heap_root_path / "system"; in TEST_F()
1024 ASSERT_TRUE(ReadDmabufHeapTotalExportedKb(&size, heap_root_path, buffer_stats_path)); in TEST_F()