Home
last modified time | relevance | path

Searched refs:BUGREPORT_DIR (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tests/backup/
H A Dtest_restore.sh21 [ -z "$BUGREPORT_DIR" ] && BUGREPORT_DIR="$HOME/backup/bugreports"
92 if [ \( "$need_bug" -ne 0 \) -a -d "$BUGREPORT_DIR" ]; then
96 a bugreport > "$BUGREPORT_DIR/$filename.txt"
H A Dbackup_stress_test.sh22 export BUGREPORT_DIR="$LOGDIR/bugreports"
25 mkdir -p $LOGDIR $BUGREPORT_DIR
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java204 private static final String BUGREPORT_DIR = "bugreports"; field in BugreportProgressService
285 mBugreportsDir = new File(getFilesDir(), BUGREPORT_DIR); in onCreate()