Home
last modified time | relevance | path

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

/system/core/liblog/
Devent_tag_map.cpp116 #define NUM_MAPS 2 macro
118 void* mapAddr[NUM_MAPS];
119 size_t mapLen[NUM_MAPS];
138 for (size_t which = 0; which < NUM_MAPS; ++which) { in ~EventTagMap()
345 static const char* eventTagFiles[NUM_MAPS] = {
412 off_t end[NUM_MAPS]; in android_openEventTagMap()
413 int save_errno, fd[NUM_MAPS]; in android_openEventTagMap()
419 for (which = 0; which < NUM_MAPS; ++which) { in android_openEventTagMap()
449 for (which = 0; which < NUM_MAPS; ++which) { in android_openEventTagMap()
470 for (which = 0; which < NUM_MAPS; ++which) { in android_openEventTagMap()
[all …]