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
47
private static final File
TOMBSTONE_DIR
= new File("/data/tombstones");
123
File[] tombstoneFiles =
TOMBSTONE_DIR
.listFiles();
131
sTombstoneObserver = new FileObserver(
TOMBSTONE_DIR
.getPath(), FileObserver.CLOSE_WRITE) {
135
String filename = new File(
TOMBSTONE_DIR
, path).getPath();
/system/core/debuggerd/
tombstone.c
50
#define
TOMBSTONE_DIR
"/data/tombstones"
662
snprintf(path, sizeof(path),
TOMBSTONE_DIR
"/tombstone_%02d", i);
683
snprintf(path, sizeof(path),
TOMBSTONE_DIR
"/tombstone_%02d", oldest);
696
mkdir(
TOMBSTONE_DIR
, 0755);
697
chown(
TOMBSTONE_DIR
, AID_SYSTEM, AID_SYSTEM);
700
if (selinux_android_restorecon(
TOMBSTONE_DIR
) == -1) {
Completed in 1846 milliseconds