Searched refs:BUGREPORT_DIR (Results 1 – 3 of 3) sorted by relevance
21 [ -z "$BUGREPORT_DIR" ] && BUGREPORT_DIR="$HOME/backup/bugreports"92 if [ \( "$need_bug" -ne 0 \) -a -d "$BUGREPORT_DIR" ]; then96 a bugreport > "$BUGREPORT_DIR/$filename.txt"
22 export BUGREPORT_DIR="$LOGDIR/bugreports"25 mkdir -p $LOGDIR $BUGREPORT_DIR
198 private static final String BUGREPORT_DIR = "bugreports"; field in BugreportProgressService265 mBugreportsDir = new File(getFilesDir(), BUGREPORT_DIR); in onCreate()