github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/kbfs/libfuse/constants_darwin.go (about)

     1  // Copyright 2016 Keybase Inc. All rights reserved.
     2  // Use of this source code is governed by a BSD
     3  // license that can be found in the LICENSE file.
     4  //
     5  //go:build !windows
     6  // +build !windows
     7  
     8  package libfuse
     9  
    10  // VolIconFileName is the name of the special icon file in macOS for
    11  // the mount.
    12  const VolIconFileName = ".VolumeIcon.icns"
    13  
    14  // ExtendedAttributeSelfFileName is the name of an extended attribute
    15  // file (on macOS) for the current (.) directory.
    16  // This is used to tell the root mount to look for a volume icon file.
    17  const ExtendedAttributeSelfFileName = "._."