Home
last modified time | relevance | path

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

/art/libartpalette/apex/
Dpalette.cc31 static constexpr const char* kPaletteSystemLibrary = "libartpalette-system.so"; variable
79 void* handle = dlopen(kPaletteSystemLibrary, RTLD_NOW | RTLD_GLOBAL | RTLD_NODELETE); in OpenLibrary()