HomeSort by relevance Sort by last modified time
    Searched refs:tombstoned (Results 1 - 21 of 21) sorted by null

  /build/make/target/product/
embedded.mk 83 tombstoned \
core_minimal.mk 172 tombstoned.max_tombstone_count=50
  /system/sepolicy/prebuilts/api/27.0/public/
te_macros 486 allow $1 tombstoned:unix_stream_socket connectto;
487 allow $1 tombstoned:fd use;
  /system/sepolicy/prebuilts/api/27.0/private/
app.te 146 # New stack dumping scheme : request an output FD from tombstoned via a unix
149 # Allow apps to connect and write to the tombstoned java trace socket in
154 unix_socket_connect(appdomain, tombstoned_java_trace, tombstoned)
155 allow appdomain tombstoned:fd use;
system_server.te 228 # Talk to tombstoned to get ANR traces.
229 unix_socket_connect(system_server, tombstoned_intercept, tombstoned)
354 # New stack dumping scheme : request an output FD from tombstoned via a unix
357 # Allow system_server to connect and write to the tombstoned java trace socket in
360 unix_socket_connect(system_server, tombstoned_java_trace, tombstoned)
361 allow system_server tombstoned:fd use;
file_contexts 224 /system/bin/tombstoned u:object_r:tombstoned_exec:s0
  /system/sepolicy/prebuilts/api/28.0/public/
app.te 142 # New stack dumping scheme : request an output FD from tombstoned via a unix
145 # Allow apps to connect and write to the tombstoned java trace socket in
150 unix_socket_connect(appdomain, tombstoned_java_trace, tombstoned)
151 allow appdomain tombstoned:fd use;
te_macros 507 allow $1 tombstoned:unix_stream_socket connectto;
508 allow $1 tombstoned:fd use;
  /system/sepolicy/public/
app.te 142 # New stack dumping scheme : request an output FD from tombstoned via a unix
145 # Allow apps to connect and write to the tombstoned java trace socket in
150 unix_socket_connect(appdomain, tombstoned_java_trace, tombstoned)
151 allow appdomain tombstoned:fd use;
te_macros 507 allow $1 tombstoned:unix_stream_socket connectto;
508 allow $1 tombstoned:fd use;
  /art/runtime/
signal_catcher.cc 33 #include <tombstoned/tombstoned.h>
84 // We're not running on Android, so we can't communicate with tombstoned
165 "[tombstoned]" : stack_trace_file_;
175 PLOG(WARNING) << "Unable to notify tombstoned of dump completion";
  /system/sepolicy/prebuilts/api/26.0/public/
te_macros 475 allow $1 tombstoned:unix_stream_socket connectto;
476 allow $1 tombstoned:fd use;
  /system/core/debuggerd/
debuggerd_test.cpp 50 #include "tombstoned/tombstoned.h"
91 FAIL() << "failed to contact tombstoned: " << strerror(errno);
120 FAIL() << "failed to send output fd to tombstoned: " << strerror(errno);
126 FAIL() << "failed to read response from tombstoned: " << strerror(errno);
128 FAIL() << "failed to read response from tombstoned (EOF)";
130 FAIL() << "received packet of unexpected length from tombstoned: expected " << sizeof(response)
149 // Returns -1 if we fail to read a response from tombstoned, otherwise the received return code.
186 // Timeout for tombstoned intercept is 10 seconds.
189 FAIL() << "failed to read response from tombstoned: " << strerror(errno)
    [all...]
  /system/sepolicy/prebuilts/api/28.0/private/
system_server.te 235 # Talk to tombstoned to get ANR traces.
236 unix_socket_connect(system_server, tombstoned_intercept, tombstoned)
372 # New stack dumping scheme : request an output FD from tombstoned via a unix
375 # Allow system_server to connect and write to the tombstoned java trace socket in
378 unix_socket_connect(system_server, tombstoned_java_trace, tombstoned)
379 allow system_server tombstoned:fd use;
    [all...]
file_contexts 236 /system/bin/tombstoned u:object_r:tombstoned_exec:s0
  /system/sepolicy/private/
system_server.te 235 # Talk to tombstoned to get ANR traces.
236 unix_socket_connect(system_server, tombstoned_intercept, tombstoned)
372 # New stack dumping scheme : request an output FD from tombstoned via a unix
375 # Allow system_server to connect and write to the tombstoned java trace socket in
378 unix_socket_connect(system_server, tombstoned_java_trace, tombstoned)
379 allow system_server tombstoned:fd use;
    [all...]
file_contexts 236 /system/bin/tombstoned u:object_r:tombstoned_exec:s0
  /device/google/cuttlefish/shared/
device.mk 25 tombstoned.max_tombstone_count=500 \
  /frameworks/base/core/proto/android/os/
system_properties.proto 172 optional Status tombstoned = 29;
  /system/sepolicy/prebuilts/api/26.0/private/
system_server.te 216 # Talk to tombstoned to get ANR traces.
217 unix_socket_connect(system_server, tombstoned_intercept, tombstoned)
file_contexts 219 /system/bin/tombstoned u:object_r:tombstoned_exec:s0

Completed in 333 milliseconds