Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java3485 File fusePath = getFuseFile(path); in touchFusePath() local
3486 if (fusePath != null) { in touchFusePath()
3487 Log.i(TAG, "Touching FUSE path " + fusePath); in touchFusePath()
3488 fusePath.setLastModified(System.currentTimeMillis()); in touchFusePath()