Searched refs:heap_root_path (Results 1 – 1 of 1) sorted by relevance
1292 heap_root_path = fs::current_path() / "dma_heap"; in SetUp()1293 ASSERT_TRUE(fs::create_directory(heap_root_path)); in SetUp()1297 fs::remove_all(heap_root_path); in TearDown()1301 fs::path heap_root_path; member in DmabufHeapStats1308 auto system_heap_path = heap_root_path / "system"; in TEST_F()1324 ASSERT_TRUE(ReadDmabufHeapTotalExportedKb(&size, heap_root_path, buffer_stats_path)); in TEST_F()