Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/
H A DSysfsLifetimeWriteInfoProvider.java104 File fspath = new File(mWriteInfosPath, fstype); in load() local
105 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()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dbtrfs.h359 __u64 fspath; member