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.cpp349 std::string system_path; in LoadLayers() local
351 system_path = kSystemLayerLibraryDir; in LoadLayers()
364 if (!system_path.empty()) { in LoadLayers()
367 paths.insert(it, system_path); in LoadLayers()