Home
last modified time | relevance | path

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

/system/logging/liblog/
Devent_tag_map.cpp44 #define NUM_MAPS 2 macro
46 void* mapAddr[NUM_MAPS];
47 size_t mapLen[NUM_MAPS];
64 for (size_t which = 0; which < NUM_MAPS; ++which) { in ~EventTagMap()
217 static const char* eventTagFiles[NUM_MAPS] = {
284 off_t end[NUM_MAPS]; in android_openEventTagMap()
285 int save_errno, fd[NUM_MAPS]; in android_openEventTagMap()
291 for (which = 0; which < NUM_MAPS; ++which) { in android_openEventTagMap()
321 for (which = 0; which < NUM_MAPS; ++which) { in android_openEventTagMap()
342 for (which = 0; which < NUM_MAPS; ++which) { in android_openEventTagMap()
[all …]