MCPcopy
hub / github.com/containerd/containerd / MkdirAll

Method MkdirAll

pkg/os/os.go:31–31  ·  view source on GitHub ↗
(path string, perm os.FileMode)

Source from the content-addressed store, hash-verified

29// during tests.
30type OS interface {
31 MkdirAll(path string, perm os.FileMode) error
32 RemoveAll(path string) error
33 Stat(name string) (os.FileInfo, error)
34 ResolveSymbolicLink(name string) (string, error)

Callers 15

initInStepsFunction · 0.65
updatePathEnvFunction · 0.65
TestMountAtRuntimeFunction · 0.65
testLookupFunction · 0.65
SetTempMountLocationFunction · 0.65
TestMkdirHandlerFunction · 0.65

Implementers 2

RealOSpkg/os/os.go
FakeOSpkg/os/testing/fake_os.go

Calls

no outgoing calls

Tested by 15

initInStepsFunction · 0.52
updatePathEnvFunction · 0.52
TestMountAtRuntimeFunction · 0.52
testLookupFunction · 0.52
TestMkdirHandlerFunction · 0.52
testResolverWithHostsDirFunction · 0.52