MCPcopy Create free account

hub / github.com/capnspacehook/pandorasbox / functions

Functions265 in github.com/capnspacehook/pandorasbox

MethodSub
(dir string)
osfs/osfs.go:19
MethodSwap
(i, j int)
inode/inode.go:48
MethodSync
()
vfs/vfsfile.go:339
MethodSys
()
vfs/vfsfile.go:465
MethodTempDir
()
osfs/osfs.go:128
MethodTempDir
()
vfs/vfs.go:602
FunctionTestAppend
(t *testing.T)
vfs/vfs_test.go:1135
FunctionTestChdir
(t *testing.T)
vfs/vfs_test.go:896
FunctionTestCreate
(t *testing.T)
vfs/vfs_test.go:179
FunctionTestFTruncate
(t *testing.T)
vfs/vfs_test.go:844
FunctionTestFileReader
(t *testing.T)
vfs/vfs_test.go:61
FunctionTestFstat
(t *testing.T)
vfs/vfs_test.go:659
FunctionTestInode
(t *testing.T)
inode/inode_test.go:40
FunctionTestLinkUnlinkMove
(t *testing.T)
inode/inode_test.go:317
FunctionTestMkdir
(t *testing.T)
vfs/vfs_test.go:98
FunctionTestMkdirAbsRel
(t *testing.T)
vfs/vfs_test.go:237
FunctionTestMkdirTree
(t *testing.T)
vfs/vfs_test.go:265
FunctionTestModTime
(t *testing.T)
vfs/vfs_test.go:1168
FunctionTestOpenAppend
(t *testing.T)
vfs/vfs_test.go:480
FunctionTestOpenRO
(t *testing.T)
vfs/vfs_test.go:438
FunctionTestOpenWO
(t *testing.T)
vfs/vfs_test.go:452
FunctionTestOpenWrite
(t *testing.T)
vfs/vfs_test.go:139
FunctionTestPopPath
(t *testing.T)
inode/inode_test.go:14
FunctionTestRead0
Read with length 0 should not return EOF.
vfs/vfs_test.go:339
FunctionTestReadAt
(t *testing.T)
vfs/vfs_test.go:986
FunctionTestReadAtNegativeOffset
Verify that ReadAt doesn't allow negative offset.
vfs/vfs_test.go:1041
FunctionTestReadAtOffset
Verify that ReadAt doesn't affect seek offset.
vfs/vfs_test.go:1008
FunctionTestReadClosed
Reading a closed file should return ErrClosed error
vfs/vfs_test.go:366
FunctionTestReadWrite
(t *testing.T)
vfs/vfs_test.go:387
FunctionTestRemove
(t *testing.T)
vfs/vfs_test.go:291
FunctionTestRename
(t *testing.T)
vfs/vfs_test.go:686
FunctionTestRenameFailed
(t *testing.T)
vfs/vfs_test.go:781
FunctionTestRenameOverwriteDest
(t *testing.T)
vfs/vfs_test.go:744
FunctionTestRenameToDirFailed
(t *testing.T)
vfs/vfs_test.go:804
FunctionTestResolve
(t *testing.T)
inode/inode_test.go:432
FunctionTestSeek
(t *testing.T)
vfs/vfs_test.go:946
FunctionTestStat
(t *testing.T)
vfs/vfs_test.go:600
FunctionTestStatError
(t *testing.T)
vfs/vfs_test.go:642
FunctionTestTruncate
(t *testing.T)
vfs/vfs_test.go:870
FunctionTestTruncateToLength
(t *testing.T)
vfs/vfs_test.go:522
FunctionTestTruncateToZero
(t *testing.T)
vfs/vfs_test.go:573
FunctionTestVFS
(t *testing.T)
vfs/vfs_test.go:34
FunctionTestWalkDir
(t *testing.T)
vfs/walk_test.go:102
FunctionTestWriteAt
(t *testing.T)
vfs/vfs_test.go:1062
FunctionTestWriteAtInAppendMode
Verify that WriteAt doesn't work in append mode.
vfs/vfs_test.go:1100
FunctionTestWriteAtNegativeOffset
Verify that WriteAt doesn't allow negative offset.
vfs/vfs_test.go:1088
FunctionToSlash
(path string)
filepath.go:29
FunctionTruncate
(name string, size int64)
pandoras_box.go:76
MethodTruncate
(name string, size int64)
box.go:142
MethodTruncate
(name string, size int64)
osfs/osfs.go:100
MethodTruncate
(name string, size int64)
vfs/vfs.go:503
MethodTruncate
Truncate changes the size of the named file. If the file is a symbolic link, it changes the size of the link's target. If there is an error, it will b
absfs/filesystem.go:83
MethodType
()
vfs/vfsfile.go:426
MethodVFS
()
box.go:30
FunctionWalkDir
(root string, fn fs.WalkDirFunc)
pandoras_box.go:80
MethodWalkDir
(root string, fn fs.WalkDirFunc)
box.go:150
MethodWalkDir
(root string, fn fs.WalkDirFunc)
osfs/osfs.go:104
MethodWalkDir
(root string, fn stdfs.WalkDirFunc)
vfs/vfs.go:530
MethodWriteAt
(b []byte, off int64)
vfs/vfsfile.go:287
FunctionWriteFile
(filename string, data []byte, perm fs.FileMode)
pandoras_box.go:44
MethodWriteFile
(filename string, data []byte, perm fs.FileMode)
box.go:74
MethodWriteFile
(name string, data []byte, perm fs.FileMode)
osfs/osfs.go:68
MethodWriteFile
(name string, data []byte, perm os.FileMode)
vfs/vfs.go:287
MethodWriteString
(s string)
vfs/vfsfile.go:291
Functioninit
()
pandoras_box.go:12
← previous201–265 of 265, ranked by callers