Home
last modified time | relevance | path

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

/system/core/liblog/
Devent_tag_map.cpp115 #define NUM_MAPS 2 macro
117 void* mapAddr[NUM_MAPS];
118 size_t mapLen[NUM_MAPS];
137 for (size_t which = 0; which < NUM_MAPS; ++which) { in ~EventTagMap()
344 static const char* eventTagFiles[NUM_MAPS] = {
411 off_t end[NUM_MAPS]; in android_openEventTagMap()
412 int save_errno, fd[NUM_MAPS]; in android_openEventTagMap()
418 for (which = 0; which < NUM_MAPS; ++which) { in android_openEventTagMap()
448 for (which = 0; which < NUM_MAPS; ++which) { in android_openEventTagMap()
469 for (which = 0; which < NUM_MAPS; ++which) { in android_openEventTagMap()
[all …]