Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
Dvisualize_random_graph.sh27 LOG_DIR=$(mktemp -d)/nnapi-fuzzing-logs
28 mkdir -p $LOG_DIR
29 echo Creating logs in $LOG_DIR
56 adb pull /data/local/tmp/${SPEC_NAME}.mod.py $LOG_DIR
57 $GENERATOR_DIR/spec_visualizer.py $LOG_DIR/${SPEC_NAME}.mod.py -o $LOG_DIR/${SPEC_NAME}.html
59 google-chrome $LOG_DIR/${SPEC_NAME}.html
/frameworks/ml/nn/runtime/test/specs/
Dvisualize_spec.sh27 LOG_DIR=$(mktemp -d)/nnapi-spec-html
28 mkdir -p $LOG_DIR
29 $VISUALIZER_DIR/spec_visualizer.py $SPEC_FILE -o $LOG_DIR/${SPEC_NAME}.html
31 google-chrome $LOG_DIR/${SPEC_NAME}.html
/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/
DPersistLogSection.java52 private static final String LOG_DIR = "/data/misc/logd/"; field in PersistLogSection
93 Path logDirPath = Paths.get(LOG_DIR); in run()