Searched refs:fspath (Results 1 – 2 of 2) sorted by relevance
104 File fspath = new File(mWriteInfosPath, fstype); in load() local105 if (!fspath.exists() || !fspath.isDirectory()) continue; in load()106 File[] files = fspath.listFiles(File::isDirectory); in load()108 Slog.e(TAG, "there are no directories at location " + fspath.getAbsolutePath()); in load()
359 __u64 fspath; member