OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vendor_lib_path
(Results
1 - 2
of
2
) sorted by null
/system/core/libnativeloader/
native_loader.cpp
187
std::string
vendor_lib_path
= "/vendor/lib64";
local
189
std::string
vendor_lib_path
= "/vendor/lib";
local
191
library_path = library_path + ":" +
vendor_lib_path
.c_str();
192
permitted_path = permitted_path + ":" +
vendor_lib_path
.c_str();
/frameworks/native/opengl/libs/EGL/
Loader.cpp
201
const char*
vendor_lib_path
=
local
208
const bool has_vendor_lib = (access(
vendor_lib_path
, R_OK) == 0);
Completed in 61 milliseconds