OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOGDIR
(Results
1 - 2
of
2
) 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
/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 676 milliseconds