Home
last modified time | relevance | path

Searched refs:derive_classpath (Results 1 – 17 of 17) sorted by relevance

/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dderive_classpath.te2 # Domain for derive_classpath
3 type derive_classpath, domain, coredomain;
5 init_daemon_domain(derive_classpath)
8 allow derive_classpath apex_mnt_dir:dir r_dir_perms;
11 allow derive_classpath environ_system_data_file:dir rw_dir_perms;
15 allow derive_classpath unlabeled:dir search;
17 # Allow derive_classpath to write the classpath into ota dexopt
21 allow derive_classpath postinstall_dexopt:dir search;
22 allow derive_classpath postinstall_dexopt:fd use;
23 allow derive_classpath postinstall_dexopt:file read;
[all …]
H A Dpostinstall_dexopt.te19 # Run derive_classpath to get the current BCP.
20 domain_auto_trans(postinstall_dexopt, derive_classpath_exec, derive_classpath)
21 # Allow postinstall_dexopt to make a tempfile for derive_classpath to write into
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dderive_classpath.te2 # Domain for derive_classpath
3 type derive_classpath, domain, coredomain;
5 init_daemon_domain(derive_classpath)
8 allow derive_classpath apex_mnt_dir:dir r_dir_perms;
11 allow derive_classpath environ_system_data_file:dir rw_dir_perms;
15 allow derive_classpath unlabeled:dir search;
17 # Allow derive_classpath to write the classpath into ota dexopt
21 allow derive_classpath postinstall_dexopt:dir search;
22 allow derive_classpath postinstall_dexopt:fd use;
23 allow derive_classpath postinstall_dexopt:file read;
[all …]
H A Dpostinstall_dexopt.te19 # Run derive_classpath to get the current BCP.
20 domain_auto_trans(postinstall_dexopt, derive_classpath_exec, derive_classpath)
21 # Allow postinstall_dexopt to make a tempfile for derive_classpath to write into
/aosp12/system/sepolicy/private/
H A Dderive_classpath.te2 # Domain for derive_classpath
3 type derive_classpath, domain, coredomain;
5 init_daemon_domain(derive_classpath)
8 allow derive_classpath apex_mnt_dir:dir r_dir_perms;
11 allow derive_classpath environ_system_data_file:dir rw_dir_perms;
15 allow derive_classpath unlabeled:dir search;
17 # Allow derive_classpath to write the classpath into ota dexopt
21 allow derive_classpath postinstall_dexopt:dir search;
22 allow derive_classpath postinstall_dexopt:fd use;
23 allow derive_classpath postinstall_dexopt:file read;
[all …]
H A Dpostinstall_dexopt.te19 # Run derive_classpath to get the current BCP.
20 domain_auto_trans(postinstall_dexopt, derive_classpath_exec, derive_classpath)
21 # Allow postinstall_dexopt to make a tempfile for derive_classpath to write into
/aosp12/packages/modules/SdkExtensions/derive_classpath/
H A DAndroid.bp20 name: "derive_classpath-defaults",
35 srcs: ["derive_classpath.cpp"],
36 defaults: ["derive_classpath-defaults"],
42 defaults: ["derive_classpath-defaults"],
48 name: "derive_classpath",
59 stem: "derive_classpath",
66 defaults: ["derive_classpath-defaults"],
74 name: "derive_classpath.rc",
75 src: "derive_classpath.rc",
H A Dderive_classpath.rc1 service derive_classpath /apex/com.android.sdkext/bin/derive_classpath
H A Dmain.cpp26 output_location = android::derive_classpath::kGeneratedClasspathExportsFilepath; in main()
33 if (!android::derive_classpath::GenerateClasspathExports(output_location)) { in main()
H A Dderive_classpath.h23 namespace derive_classpath {
H A Dderive_classpath.cpp29 namespace derive_classpath { namespace
H A Dderive_classpath_test.cpp37 namespace derive_classpath { namespace
/aosp12/packages/modules/SdkExtensions/
H A DREADME.md15 - `bin/derive_classpath`: a native binary that runs early in the device boot
39 `derive_classpath` service reads and merges individual config files in the
43 described in [`derive_classpath.cpp`] and may change over time.
46 [`derive_classpath.cpp`]: packages/modules/SdkExtensions/derive_classpath/derive_classpath.cpp
H A DAndroid.bp25 "derive_classpath",
41 "derive_classpath.rc",
/aosp12/system/sepolicy/apex/
H A Dcom.android.sdkext-file_contexts2 /bin/derive_classpath u:object_r:derive_classpath_exec:s0
/aosp12/packages/modules/common/proto/
H A DAndroid.bp74 visibility: ["//packages/modules/SdkExtensions/derive_classpath"],
/aosp12/system/core/rootdir/
H A Dinit.rc835 # b/183861600 attempt to fix selinux label before running derive_classpath service
916 exec_start derive_classpath
921 # Must start after 'derive_classpath' to have *CLASSPATH variables set.