Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DStorageManager.java2211 private static boolean isCacheBehavior(File path, String name) throws IOException { in isCacheBehavior() method in StorageManager
2250 return isCacheBehavior(path, XATTR_CACHE_GROUP); in isCacheBehaviorGroup()
2278 return isCacheBehavior(path, XATTR_CACHE_TOMBSTONE); in isCacheBehaviorTombstone()