Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_merge.cpp378 std::map<std::string, MergedFileFeature> file_map; in WriteFileFeature() local
389 if (auto it = file_map.find(file.path); it == file_map.end()) { in WriteFileFeature()
390 file_map.emplace(file.path, file); in WriteFileFeature()
400 for (const auto& [file_path, file] : file_map) { in WriteFileFeature()
/system/core/debuggerd/
Ddebuggerd_test.cpp2383 void* file_map = mmap(nullptr, 0x3001, PROT_READ, MAP_PRIVATE, tf.fd, 0x2000); in TEST_F() local
2384 ASSERT_NE(MAP_FAILED, file_map); in TEST_F()
2392 ASSERT_EQ(0, munmap(file_map, 0x3001)); in TEST_F()
2438 format_map_pointer(reinterpret_cast<uintptr_t>(file_map)).c_str(), in TEST_F()
2439 format_map_pointer(reinterpret_cast<uintptr_t>(file_map) + 0x3fff).c_str(), tf.path); in TEST_F()
/system/libziparchive/
Dzip_archive_test.cc619 auto file_map{ in TEST() local
623 OpenArchiveFromMemory(file_map->data(), file_map->size(), zip_path.c_str(), &handle)); in TEST()