Home
last modified time | relevance | path

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

/third_party/elfio/examples/proc_mem/
Dproc_mem.cpp34 void get_translation_ranges( std::ifstream& proc_maps, in get_translation_ranges() argument
44 while ( proc_maps ) { in get_translation_ranges()
46 std::getline( proc_maps, line ); in get_translation_ranges()
68 std::ifstream proc_maps( std::string( "/proc/" ) + argv[1] + "/maps" ); in main() local
69 if ( !proc_maps ) { in main()
78 get_translation_ranges( proc_maps, argv[2], ranges ); in main()
/third_party/skia/third_party/externals/angle2/util/posix/
Dcrash_handler_posix.cpp182 bool ReadProcMaps(std::string *proc_maps)
194 proc_maps->clear();
200 size_t pos = proc_maps->size();
201 proc_maps->resize(pos + kReadSize);
202 void *buffer = &(*proc_maps)[pos];
208 proc_maps->clear();
214 proc_maps->resize(pos + bytes_read);
/third_party/flutter/engine/flutter/sky/tools/
Dflutter_gdb99 proc_maps = subprocess.check_output(
101 proc_libs = re.findall('(/system/.*\.(?:so|oat))\s*$', proc_maps, re.MULTILINE)
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h45804 struct proc_maps_private proc_maps; member
/third_party/chromium/patch/
D0003-ohos-1115.patch1275 + std::string proc_maps;
1287 + if (!ReadProcMaps(&proc_maps)) {
1289 + } else if (!ParseProcMaps(proc_maps, &regions)) {