Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 72) sorted by relevance

123

/system/core/rootdir/etc/
Dld.config.legacy.txt42 additional.namespaces = runtime,conscrypt,media,resolv
44 # Keep in sync with ld.config.txt in the com.android.runtime APEX.
47 # to load the shared library from the runtime namespace. And then, if the
48 # shared library cannot be loaded from the runtime namespace either, the
51 namespace.default.links = runtime,resolv
52 namespace.default.asan.links = runtime,resolv
56 namespace.default.link.runtime.shared_libs = libdexfile_external.so
57 namespace.default.link.runtime.shared_libs += libnativebridge.so
58 namespace.default.link.runtime.shared_libs += libnativehelper.so
59 namespace.default.link.runtime.shared_libs += libnativeloader.so
[all …]
Dld.config.vndk_lite.txt37 additional.namespaces = runtime,conscrypt,media,resolv,sphal,vndk,rs
64 # Keep in sync with the platform namespace in the com.android.runtime APEX
68 # to load the shared library from the runtime namespace. And then, if the
69 # shared library cannot be loaded from the runtime namespace either, the
72 namespace.default.links = runtime,resolv
76 namespace.default.link.runtime.shared_libs = libdexfile_external.so
78 namespace.default.link.runtime.shared_libs += libicui18n.so
79 namespace.default.link.runtime.shared_libs += libicuuc.so
80 namespace.default.link.runtime.shared_libs += libnativebridge.so
81 namespace.default.link.runtime.shared_libs += libnativehelper.so
[all …]
Dld.config.txt37 additional.namespaces = runtime,conscrypt,media,resolv,sphal,vndk,rs
85 namespace.default.permitted.paths += /apex/com.android.runtime/${LIB}/bionic
121 namespace.default.asan.permitted.paths += /apex/com.android.runtime/${LIB}/bionic
124 # Keep in sync with ld.config.txt in the com.android.runtime APEX.
127 # to load the shared library from the runtime namespace. And then, if the
128 # shared library cannot be loaded from the runtime namespace either, the
131 namespace.default.links = runtime,resolv
135 namespace.default.link.runtime.shared_libs = libdexfile_external.so
137 namespace.default.link.runtime.shared_libs += libicui18n.so
138 namespace.default.link.runtime.shared_libs += libicuuc.so
[all …]
/system/netd/
DAndroid.bp29 "-google-runtime-int", // Too many unavoidable warnings due to strtol()
30 "-google-runtime-references", // Grandfathered usage of pass by non-const reference
/system/core/bootstat/
Dbootstat.rc54 # This signaling is necessary to prevent logging boot metrics after a runtime
56 # during a runtime restart, which leads to false boot time metrics being reported.
59 # switches the flag on. If the device performs a runtime restart, the flag is
66 # Disable further bootstat logging on a runtime restart. A runtime restart is
/system/apex/tests/src/com/android/tests/apex/
DTimezoneDataHostTest.java22 import android.service.runtime.DebugEntryProto;
23 import android.service.runtime.RuntimeServiceInfoProto;
/system/timezone/output_data/android/
DAndroid.mk31 LOCAL_MODULE_PATH := $(HOST_OUT)/com.android.runtime/etc/tz
/system/bpf/
DAndroid.bp18 "-google-runtime-int",
/system/core/rootdir/
Dinit.environ.rc.in8 export ANDROID_RUNTIME_ROOT /apex/com.android.runtime
Dinit.rc114 # Storage views to support runtime permissions
115 mkdir /mnt/runtime 0700 root root
116 mkdir /mnt/runtime/default 0755 root root
117 mkdir /mnt/runtime/default/self 0755 root root
118 mkdir /mnt/runtime/read 0755 root root
119 mkdir /mnt/runtime/read/self 0755 root root
120 mkdir /mnt/runtime/write 0755 root root
121 mkdir /mnt/runtime/write/self 0755 root root
122 mkdir /mnt/runtime/full 0755 root root
123 mkdir /mnt/runtime/full/self 0755 root root
[all …]
/system/sepolicy/prebuilts/api/26.0/public/
Dpreopt2cachename.te4 # creates to the names the runtime expects in the data directory.
/system/sepolicy/prebuilts/api/28.0/public/
Dpreopt2cachename.te4 # creates to the names the runtime expects in the data directory.
/system/sepolicy/prebuilts/api/27.0/public/
Dpreopt2cachename.te4 # creates to the names the runtime expects in the data directory.
/system/timezone/output_data/version/
DAndroid.mk50 LOCAL_MODULE_PATH := $(HOST_OUT)/com.android.runtime/etc/tz
/system/timezone/output_data/iana/
DAndroid.mk50 LOCAL_MODULE_PATH := $(HOST_OUT)/com.android.runtime/etc/tz
/system/sepolicy/prebuilts/api/29.0/private/
Dpreopt2cachename.te4 # creates to the names the runtime expects in the data directory.
Dinstalld.te39 # Allow installd to access the runtime feature flag properties.
/system/sepolicy/private/
Dpreopt2cachename.te4 # creates to the names the runtime expects in the data directory.
Dinstalld.te39 # Allow installd to access the runtime feature flag properties.
/system/sepolicy/prebuilts/api/26.0/private/
Dproperty_contexts20 ro.runtime. u:object_r:system_prop:s0
21 ro.runtime.firstboot u:object_r:firstboot_prop:s0
83 # set at runtime by system_server.
/system/sepolicy/prebuilts/api/27.0/private/
Dproperty_contexts20 ro.runtime. u:object_r:system_prop:s0
21 ro.runtime.firstboot u:object_r:firstboot_prop:s0
84 # set at runtime by system_server.
/system/extras/simpleperf/
Dcmd_trace_sched.cpp257 uint64_t runtime = tracing_field_runtime_.ReadFromData(record.raw_data.data); in ProcessSampleRecord() local
262 thread.total_runtime_in_ns += runtime; in ProcessSampleRecord()
264 spin_info.runtime_in_check_period += runtime; in ProcessSampleRecord()
265 spin_info.samples_in_check_period.push(SampleInfo(record.Timestamp(), runtime)); in ProcessSampleRecord()
/system/sepolicy/tests/
DAndroid.bp8 // ASAN runtime. So turn off sanitization for ourself, and use static
/system/core/libnativeloader/
Dlibnativeloader.map.txt17 # TODO(b/122710865): Prune these uses once the runtime APEX is complete.
/system/sepolicy/prebuilts/api/28.0/private/
Dproperty_contexts20 ro.runtime. u:object_r:system_prop:s0
21 ro.runtime.firstboot u:object_r:firstboot_prop:s0
91 # set at runtime by system_server.

123