MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / chdir

Function chdir

BaseTools/Source/Python/Common/LongFilePathOs.py:44–45  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

42 return os.rename(LongFilePath(old), LongFilePath(new))
43
44def chdir(path):
45 return os.chdir(LongFilePath(path))
46
47def chmod(path, mode):
48 return os.chmod(LongFilePath(path), mode)

Callers 5

MainFunction · 0.85
RemoveDirectoryFunction · 0.85
CreateDirFunction · 0.85
mainFunction · 0.85
daemonizeFunction · 0.85

Calls 1

LongFilePathFunction · 0.90

Tested by

no test coverage detected