OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowed_files
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DumpFileProviderTest.java
36
private static final String[]
ALLOWED_FILES
= {
59
for (String fileName :
ALLOWED_FILES
) {
77
for (String fileName :
ALLOWED_FILES
) {
/external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc
678
std::vector<std::string>
allowed_files
;
local
679
allowed_files
.push_back("/proc/allowed");
680
allowed_files
.push_back("/proc/cpuinfo");
683
new BrokerProcess(EPERM,
allowed_files
, std::vector<std::string>()));
[
all
...]
Completed in 556 milliseconds