Home
last modified time | relevance | path

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

/system/libprocinfo/include/procinfo/
Dprocess_map.h228 inline bool ReadMapFileContent(char* content, const MapInfoParamsCallback& callback) { in ReadMapFileContent() function
252 inline bool ReadMapFileContent(char* content, const MapInfoCallback& callback) { in ReadMapFileContent() function
282 return ReadMapFileContent(&content[0], callback); in ReadMapFile()
291 return ReadMapFileContent(&mapsBuffer[0], callback); in ReadMapFile()
363 ReadMapFileContent(line, callback); in ReadMapFileAsyncSafe()
/system/memory/libmemunreachable/
DProcessMappings.cpp57 return android::procinfo::ReadMapFileContent(&content[0], callback); in ProcessMappings()
/system/unwinding/libunwindstack/
DMaps.cpp119 return android::procinfo::ReadMapFileContent( in Parse()
/system/memory/libmeminfo/libdmabufinfo/
Ddmabufinfo.cpp249 if (!::android::procinfo::ReadMapFileContent(line.data(), account_dmabuf)) { in ReadDmaBufMapRefs()
/system/memory/libmeminfo/
Dprocmeminfo.cpp616 if (!::android::procinfo::ReadMapFileContent( in ForEachVmaFromFile()