Home
last modified time | relevance | path

Searched refs:kbfsLibdokanUseFindFilesWithPattern (Results 1 – 5 of 5) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/kbfs/dokan/
H A Ddummy.go52 kbfsLibdokanUseFindFilesWithPattern const
H A Dbridge.h53 kbfsLibdokanUseFindFilesWithPattern = 1<<24, enumerator
H A Dbridge.c335 if((ctx->dokan_options.Options & kbfsLibdokanUseFindFilesWithPattern) != 0) { in kbfsLibdokanRun()
336 ctx->dokan_options.Options &= ~kbfsLibdokanUseFindFilesWithPattern; in kbfsLibdokanRun()
H A Dfilesystem.go103 UseFindFilesWithPattern = kbfsLibdokanUseFindFilesWithPattern
H A Dcgo.go39 kbfsLibdokanUseFindFilesWithPattern = MountFlag(C.kbfsLibdokanUseFindFilesWithPattern) const