HomeSort by relevance Sort by last modified time
    Searched refs:LOGDIR (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/backup/
backup_stress_test.sh 20 LOGDIR="$HOME/backup_tests"
21 LOGFILE="$LOGDIR/backup_stress.`date +%s`.log"
22 export BUGREPORT_DIR="$LOGDIR/bugreports"
25 mkdir -p $LOGDIR $BUGREPORT_DIR
  /external/dbus/bus/
messagebus-config.in 22 LOGDIR=/var/log
157 # Check for ${LOGDIR} directory
158 csih_make_dir "${LOGDIR}" "Syslogging using messagebus will not work."
159 chmod 775 "${LOGDIR}"
160 setfacl -m u:system:rwx "${LOGDIR}"
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerLogger.java 55 private static final String LOGDIR = "logdir";
69 File dir = context.getDir(LOGDIR, 0);
80 File dir = context.getDir(LOGDIR, 0);
95 File dir = context.getDir(LOGDIR, 0);
112 File dir = context.getDir(LOGDIR, 0);

Completed in 204 milliseconds