HomeSort by relevance Sort by last modified time
    Searched refs:maps_file (Results 1 - 2 of 2) sorted by null

  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.cpp 190 char maps_file[32]; local
191 snprintf(maps_file, sizeof maps_file, "/proc/%u/maps", pid);
192 (void)internal_->Open(maps_file);
  /external/v8/tools/
stats-viewer.py 105 maps_file = open(maps_name, "r")
108 for m in re.finditer(r"/dev/shm/\S*", maps_file.read()):
116 maps_file.close()

Completed in 66 milliseconds