Searched refs:getStorageRootPathForUid (Results 1 – 1 of 1) sorted by relevance
1497 final String transformsSyntheticDir = getStorageRootPathForUid(uid) + "/" in isSyntheticFilePathForRedactedUri()1506 final String transformsSyntheticDir = getStorageRootPathForUid(uid) + "/" in isSyntheticDirPath()2907 return getStorageRootPathForUid(Binder.getCallingUid()) + "/" + REDACTED_URI_DIR + "/" in getPathForRedactedUriId()2911 static private String getStorageRootPathForUid(int uid) { in getStorageRootPathForUid() method in MediaProvider