OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUGREPORT_DIR
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/backup/
backup_stress_test.sh
22
export
BUGREPORT_DIR
="$LOGDIR/bugreports"
25
mkdir -p $LOGDIR $
BUGREPORT_DIR
test_restore.sh
21
[ -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"
Completed in 788 milliseconds