MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / GetCurrentDir

Function GetCurrentDir

tools/building.py:684–689  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

682 return objs
683
684def GetCurrentDir():
685 conscript = File('SConscript')
686 fn = conscript.rfile()
687 name = fn.name
688 path = os.path.dirname(fn.abspath)
689 return path
690
691PREBUILDING = []
692def RegisterPreBuildingAction(act):

Callers 6

dts_to_dtbFunction · 0.70
dtb_to_dtsFunction · 0.70
PreprocessingFunction · 0.70
DefineGroupFunction · 0.70
SrcRemoveFunction · 0.70
BuildPackageFunction · 0.70

Calls 1

FileClass · 0.85

Tested by

no test coverage detected