OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOMBSTONE_DIR
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
BootReceiver.java
50
private static final File
TOMBSTONE_DIR
= new File("/data/tombstones");
135
File[] tombstoneFiles =
TOMBSTONE_DIR
.listFiles();
143
sTombstoneObserver = new FileObserver(
TOMBSTONE_DIR
.getPath(), FileObserver.CLOSE_WRITE) {
147
String filename = new File(
TOMBSTONE_DIR
, path).getPath();
/system/core/debuggerd/
tombstone.c
51
#define
TOMBSTONE_DIR
"/data/tombstones"
750
snprintf(path, sizeof(path),
TOMBSTONE_DIR
"/tombstone_%02d", i);
771
snprintf(path, sizeof(path),
TOMBSTONE_DIR
"/tombstone_%02d", oldest);
813
mkdir(
TOMBSTONE_DIR
, 0755);
814
chown(
TOMBSTONE_DIR
, AID_SYSTEM, AID_SYSTEM);
816
if (selinux_android_restorecon(
TOMBSTONE_DIR
) == -1) {
Completed in 49 milliseconds