Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp339 std::string system_path; in LoadLayers() local
341 system_path = kSystemLayerLibraryDir; in LoadLayers()
354 if (!system_path.empty()) { in LoadLayers()
357 paths.insert(it, system_path); in LoadLayers()