Home
last modified time | relevance | path

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

/art/libnativeloader/
Dpublic_libraries.h56 enum Bitness { ALL = 0, ONLY_32, ONLY_64 }; enumerator
Dpublic_libraries.cpp460 entry.bitness = tokens[i] == "32" ? ONLY_32 : ONLY_64; in ParseConfig()
473 if (entry.bitness == ONLY_64) continue; in ParseConfig()