OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:whitelisted
(Results
1 - 2
of
2
) sorted by null
/bionic/linker/
linker_config.cpp
555
std::string
whitelisted
=
local
556
properties.get_string(property_name_prefix + ".
whitelisted
", &lineno);
557
if (!
whitelisted
.empty()) {
558
ns_config->set_whitelisted_libs(android::base::Split(
whitelisted
, ":"));
/external/squashfs-tools/squashfs-tools/
mksquashfs.c
353
static int
whitelisted
(struct stat *buf);
4852
whitelisted
(struct stat *buf)
function
[
all
...]
Completed in 663 milliseconds