Searched refs:kPaletteSystemLibrary (Results 1 – 1 of 1) sorted by relevance
31 static constexpr const char* kPaletteSystemLibrary = "libartpalette-system.so"; variable79 void* handle = dlopen(kPaletteSystemLibrary, RTLD_NOW | RTLD_GLOBAL | RTLD_NODELETE); in OpenLibrary()