Home
last modified time | relevance | path

Searched defs:map_file (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/libprocinfo/
H A Dprocess_map_benchmark.cpp32 std::string map_file = android::base::GetExecutableDirectory() + "/testdata/maps"; in BM_ReadMapFile() local
43 std::string map_file = android::base::GetExecutableDirectory() + "/testdata/maps"; in BM_unwindstack_FileMaps() local
53 std::string map_file = android::base::GetExecutableDirectory() + "/testdata/maps"; in BM_unwindstack_BufferMaps() local
H A Dprocess_map_test.cpp31 std::string map_file = android::base::GetExecutableDirectory() + "/testdata/maps"; in TEST() local
/aosp12/bootable/recovery/uncrypt/
H A Duncrypt.cpp243 static int ProductBlockMap(const std::string& path, const std::string& map_file, in ProductBlockMap()
469 static int Uncrypt(const std::string& input_path, const std::string& map_file, int socket) { in Uncrypt()
514 static bool uncrypt_wrapper(const char* input_path, const char* map_file, const int socket) { in uncrypt_wrapper()
624 const char* map_file = CACHE_BLOCK_MAP.c_str(); in main() local
/aosp12/system/libprocinfo/include/procinfo/
H A Dprocess_map.h223 inline bool ReadMapFile(const std::string& map_file, in ReadMapFile()
232 inline bool ReadMapFile(const std::string& map_file, in ReadMapFile()
256 inline bool ReadMapFileAsyncSafe(const char* map_file, void* buffer, size_t buffer_size, in ReadMapFileAsyncSafe()
/aosp12/system/update_engine/payload_generator/
H A Dsquashfs_filesystem.cc75 ScopedTempFile map_file("squashfs_file_map.XXXXXX"); in GetFileMapContent() local
/aosp12/system/unwinding/libbacktrace/
H A Dbacktrace_test.cpp959 FILE* map_file = fopen(buffer, "r"); in VerifyMap() local