Searched refs:userIdFromPath (Results 1 – 1 of 1) sorted by relevance
2918 int userIdFromPath = FileUtils.extractUserId(path); in getFilesInDirectoryForFuse() local2921 if (userIdFromPath == -1) { in getFilesInDirectoryForFuse()2922 userIdFromPath = sUserId; in getFilesInDirectoryForFuse()2935 String.valueOf(userIdFromPath)}); in getFilesInDirectoryForFuse()4501 int userIdFromPath = (userIdFromPathObject == null ? userHandle.getIdentifier() : in ensureFileColumns() local4510 if (userHandle.getIdentifier() != userIdFromPath in ensureFileColumns()4511 && isAppCloneUserPair(userHandle.getIdentifier(), userIdFromPath)) { in ensureFileColumns()4512 userHandle = UserHandle.of(userIdFromPath); in ensureFileColumns()4846 int userIdFromPath = FileUtils.extractUserId(path); in insertDirectory() local4849 if (userIdFromPath != -1) { in insertDirectory()[all …]