Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java404 String fileSystem = getFileSystem(externalStore); in waitForStoreMount() local
405 if (Strings.isNullOrEmpty(fileSystem)) { in waitForStoreMount()
409 if (TMPFS_MAGIC.contains(fileSystem)) { in waitForStoreMount()
412 fileSystem); in waitForStoreMount()