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

/system/core/debuggerd/
H A Ddebuggerd.c331 #define TOMBSTONE_DIR "/data/tombstones" macro
356 snprintf(path, sizeof(path), TOMBSTONE_DIR"/tombstone_%02d", i);
377 snprintf(path, sizeof(path), TOMBSTONE_DIR"/tombstone_%02d", oldest);
582 mkdir(TOMBSTONE_DIR, 0755);
583 chown(TOMBSTONE_DIR, AID_SYSTEM, AID_SYSTEM);

Completed in 200 milliseconds