Searched refs:stored (Results 1 – 25 of 31) sorted by relevance
12
/system/core/gatekeeperd/ |
D | SoftGateKeeper.h | 106 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/ |
D | ANRdaemon_get_trace.sh | 41 echo Trace stored at ${CURRENT_DIR}/${TRACE_FILE}
|
D | README | 5 global control /d/trace/trace_on. The raw trace file is stored at
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | shell.te | 51 # Allow shell to read and unlink traces stored in /data/misc/perfetto-traces.
|
D | untrusted_app_all.te | 90 # Allow GMS core to access perfprofd output, which is stored 92 # data stored in that directory to process them one by one.
|
D | priv_app.te | 71 # 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/ |
D | pts_guide.md | 29 Native stack also requires some special handling, and the config is stored in
|
/system/update_engine/ |
D | update_metadata.proto | 54 // 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/ |
D | update_metadata.proto | 54 // 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/ |
D | untrusted_app_all.te | 80 # Allow GMS core to access perfprofd output, which is stored 82 # data stored in that directory to process them one by one.
|
D | priv_app.te | 68 # 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/ |
D | untrusted_app_all.te | 82 # Allow GMS core to access perfprofd output, which is stored 84 # data stored in that directory to process them one by one.
|
D | priv_app.te | 67 # 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/ |
D | shell.te | 53 # Allow shell to read and unlink traces stored in /data/misc/perfetto-traces.
|
D | system_app.te | 27 # Access to apex files stored on /data (b/136063500)
|
D | untrusted_app_all.te | 107 # Allow GMS core to access perfprofd output, which is stored 109 # data stored in that directory to process them one by one.
|
D | priv_app.te | 86 # Allow GMS core to access perfprofd output, which is stored 88 # data stored in that directory to process them one by one.
|
D | zygote.te | 102 # sdcardfs simply wraps files stored under /data/media.)
|
/system/sepolicy/private/ |
D | shell.te | 53 # Allow shell to read and unlink traces stored in /data/misc/perfetto-traces.
|
D | system_app.te | 27 # Access to apex files stored on /data (b/136063500)
|
D | untrusted_app_all.te | 107 # Allow GMS core to access perfprofd output, which is stored 109 # data stored in that directory to process them one by one.
|
D | priv_app.te | 86 # 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/ |
D | bluetooth.proto | 204 // 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/ |
D | README | 7 into it and compiles this into bytecodes (stored in *.wl files). The
|
/system/core/libutils/ |
D | README | 73 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