MCPcopy Create free account
hub / github.com/uber/aresdb / MkdirAll

Method MkdirAll

utils/file_system.go:29–29  ·  view source on GitHub ↗
(path string, perm os.FileMode)

Source from the content-addressed store, hash-verified

27 Stat(path string) (os.FileInfo, error)
28 Mkdir(name string, perm os.FileMode) error
29 MkdirAll(path string, perm os.FileMode) error
30 Remove(path string) error
31 RemoveAll(path string) error
32 OpenFileForWrite(name string, flag int, perm os.FileMode) (io.WriteCloser, error)

Implementers 2

OSFileSystemutils/file_system.go
FileSystemutils/mocks/file_system.go

Calls

no outgoing calls

Tested by 1