Home
last modified time | relevance | path

Searched refs:stored (Results 1 – 25 of 31) sorted by relevance

12

/system/core/gatekeeperd/
DSoftGateKeeper.h106 failure_record_t *stored = &failure_map_[uid]; in GetFailureRecord() local
107 if (user_id != stored->secure_user_id) { in GetFailureRecord()
108 stored->secure_user_id = user_id; in GetFailureRecord()
109 stored->last_checked_timestamp = 0; in GetFailureRecord()
110 stored->failure_counter = 0; in GetFailureRecord()
112 memcpy(record, stored, sizeof(*record)); in GetFailureRecord()
117 failure_record_t *stored = &failure_map_[uid]; in ClearFailureRecord() local
118 stored->secure_user_id = user_id; in ClearFailureRecord()
119 stored->last_checked_timestamp = 0; in ClearFailureRecord()
120 stored->failure_counter = 0; in ClearFailureRecord()
/system/extras/ANRdaemon/
DANRdaemon_get_trace.sh41 echo Trace stored at ${CURRENT_DIR}/${TRACE_FILE}
DREADME5 global control /d/trace/trace_on. The raw trace file is stored at
/system/sepolicy/prebuilts/api/28.0/private/
Dshell.te51 # Allow shell to read and unlink traces stored in /data/misc/perfetto-traces.
Duntrusted_app_all.te90 # Allow GMS core to access perfprofd output, which is stored
92 # data stored in that directory to process them one by one.
Dpriv_app.te71 # Allow GMS core to access perfprofd output, which is stored
73 # data stored in that directory to process them one by one.
/system/bt/doc/
Dpts_guide.md29 Native stack also requires some special handling, and the config is stored in
/system/update_engine/
Dupdate_metadata.proto54 // objects. These objects are stored in a linear array in the
101 // representation of an ordered list of blocks. For example, a file stored
102 // in blocks 9, 10, 11, 2, 18, 12 (in that order) would be stored in
104 // In general, files are stored sequentially on disk, so it's more efficient
187 // where the data (if any) is stored
253 // should be stored contiguously and in the same order.
/system/update_engine/update_engine/
Dupdate_metadata.proto54 // objects. These objects are stored in a linear array in the
101 // representation of an ordered list of blocks. For example, a file stored
102 // in blocks 9, 10, 11, 2, 18, 12 (in that order) would be stored in
104 // In general, files are stored sequentially on disk, so it's more efficient
187 // where the data (if any) is stored
253 // should be stored contiguously and in the same order.
/system/sepolicy/prebuilts/api/26.0/private/
Duntrusted_app_all.te80 # Allow GMS core to access perfprofd output, which is stored
82 # data stored in that directory to process them one by one.
Dpriv_app.te68 # Allow GMS core to access perfprofd output, which is stored
70 # data stored in that directory to process them one by one.
/system/sepolicy/prebuilts/api/27.0/private/
Duntrusted_app_all.te82 # Allow GMS core to access perfprofd output, which is stored
84 # data stored in that directory to process them one by one.
Dpriv_app.te67 # Allow GMS core to access perfprofd output, which is stored
69 # data stored in that directory to process them one by one.
/system/sepolicy/prebuilts/api/29.0/private/
Dshell.te53 # Allow shell to read and unlink traces stored in /data/misc/perfetto-traces.
Dsystem_app.te27 # Access to apex files stored on /data (b/136063500)
Duntrusted_app_all.te107 # Allow GMS core to access perfprofd output, which is stored
109 # data stored in that directory to process them one by one.
Dpriv_app.te86 # Allow GMS core to access perfprofd output, which is stored
88 # data stored in that directory to process them one by one.
Dzygote.te102 # sdcardfs simply wraps files stored under /data/media.)
/system/sepolicy/private/
Dshell.te53 # Allow shell to read and unlink traces stored in /data/misc/perfetto-traces.
Dsystem_app.te27 # Access to apex files stored on /data (b/136063500)
Duntrusted_app_all.te107 # Allow GMS core to access perfprofd output, which is stored
109 # data stored in that directory to process them one by one.
Dpriv_app.te86 # Allow GMS core to access perfprofd output, which is stored
88 # data stored in that directory to process them one by one.
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto204 // Initiator of the scan. Only the first three names will be stored.
239 // Initiator of the scan. Only the first three names will be stored.
/system/extras/ioshark/
DREADME7 into it and compiles this into bytecodes (stored in *.wl files). The
/system/core/libutils/
DREADME73 Resource meta information and information proper is stored in a binary
177 mapping is stored in /data/resource-cache, with a @idmap file name

12