Searched refs:fusePath (Results 1 – 1 of 1) sorted by relevance
3485 File fusePath = getFuseFile(path); in touchFusePath() local3486 if (fusePath != null) { in touchFusePath()3487 Log.i(TAG, "Touching FUSE path " + fusePath); in touchFusePath()3488 fusePath.setLastModified(System.currentTimeMillis()); in touchFusePath()