MCPcopy Create free account
hub / github.com/boostorg/build / native_file_name

Method native_file_name

test/BoostBuild.py:822–824  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

820 return r
821
822 def native_file_name(self, name):
823 name = self.adjust_names(name)[0]
824 return os.path.normpath(os.path.join(self.workdir, *name.split("/")))
825
826 def wait_for_time_change(self, path, touch):
827 """

Callers 5

writeMethod · 0.95
touchMethod · 0.95
rmMethod · 0.95
glob_fileMethod · 0.95

Calls 1

adjust_namesMethod · 0.95

Tested by

no test coverage detected