Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java123 private static final String BUGREPORTZ_TMP_PATH = "/bugreports/"; field in NativeDevice
2410 IFileEntry entries = getFileEntry(BUGREPORTZ_TMP_PATH); in bugreportzFallback()
2417 File pulledZip = pullFile(BUGREPORTZ_TMP_PATH + name); in bugreportzFallback()
2435 CLog.w("Could not find the file entry: '%s' on the device.", BUGREPORTZ_TMP_PATH); in bugreportzFallback()