Searched defs:TOMBSTONE_DIR (Results 1 - 1 of 1) sorted by relevance

/system/core/debuggerd/
H A Dtombstone.c50 #define TOMBSTONE_DIR "/data/tombstones" macro
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 3092 milliseconds