Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
def
chdir(path):
45
return
os.chdir(LongFilePath(path))
46
47
def
chmod(path, mode):
48
return
os.chmod(LongFilePath(path), mode)
Callers
5
Main
Function · 0.85
RemoveDirectory
Function · 0.85
CreateDir
Function · 0.85
main
Function · 0.85
daemonize
Function · 0.85
Calls
1
LongFilePath
Function · 0.90
Tested by
no test coverage detected