Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ isFileNameValidForMirroredOutput
Function
isFileNameValidForMirroredOutput
freebsd/contrib/zstd/programs/util.c:676–679 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
674
}
675
676
static int isFileNameValidForMirroredOutput(const char *filename)
677
{
678
return !pathnameHas2Dots(filename);
679
}
680
681
682
#define DIR_DEFAULT_MODE 0755
Callers
2
UTIL_createMirroredDestDirName
Function · 0.85
UTIL_mirrorSourceFilesDirectories
Function · 0.85
Calls
1
pathnameHas2Dots
Function · 0.85
Tested by
no test coverage detected