OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appdomain
(Results
1 - 4
of
4
) sorted by null
/external/sepolicy/
app.te
11
unix_socket_connect(
appdomain
, keystore, keystore)
14
allow
appdomain
zygote:fd use;
17
allow
appdomain
zygote_tmpfs:file read;
20
allow
appdomain
zygote:process sigchld;
23
allow
appdomain
system:fifo_file rw_file_perms;
24
allow
appdomain
system:unix_stream_socket { read write setopt };
25
binder_call(
appdomain
, system)
28
allow
appdomain
surfaceflinger:unix_stream_socket { read write setopt };
29
binder_call(
appdomain
, surfaceflinger)
32
allow
appdomain
app_data_file:dir create_dir_perms
[
all
...]
isolated_app.te
8
### isolated_app includes all the
appdomain
rules, plus the
16
#
Appdomain
interaction with isolated apps
17
r_dir_file(
appdomain
, isolated_app)
23
allow isolated_app
appdomain
:unix_stream_socket { read write };
attributes
54
attribute
appdomain
;
/external/clang/test/Sema/
MicrosoftCompatibility.c
21
struct __declspec(
appdomain
) S3 {}; /* expected-warning {{__declspec attribute '
appdomain
' is not supported}} */
Completed in 585 milliseconds