blob: 8ec1d6c801df0342e912f3a9e20c02347021e43d [file] [log] [blame]
package volume
func (p *windowsParser) HasResource(m *MountPoint, absolutePath string) bool {
return false
}
func (p *linuxParser) HasResource(m *MountPoint, absolutePath string) bool {
return false
}