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

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