OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_ld_preload_names
(Results
1 - 1
of
1
) sorted by null
/bionic/linker/
linker.cpp
262
static std::vector<std::string>
g_ld_preload_names
;
variable
549
g_ld_preload_names
.clear();
552
g_ld_preload_names
= android::base::Split(path, " :");
553
std::remove_if(
g_ld_preload_names
.begin(),
554
g_ld_preload_names
.end(),
[
all
...]
Completed in 144 milliseconds