Searched refs:map_file (Results 1 – 2 of 2) sorted by relevance
267 std::string map_file = android::base::StringPrintf("/proc/%d/maps", pid); in GetThreadMmapsInProcess() local268 FILE* fp = fopen(map_file.c_str(), "re"); in GetThreadMmapsInProcess()270 PLOG(DEBUG) << "can't open file " << map_file; in GetThreadMmapsInProcess()
886 FILE* map_file = fopen(buffer, "r"); in VerifyMap() local887 ASSERT_TRUE(map_file != nullptr); in VerifyMap()889 while (fgets(buffer, sizeof(buffer), map_file)) { in VerifyMap()894 fclose(map_file); in VerifyMap()