MCPcopy Index your code
hub / github.com/cirosantilli/linux-kernel-module-cheat / resolve_userland

Method resolve_userland

common.py:1013–1019  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

1011 raise Exception('Executable file not found. Tried:\n' + '\n'.join(paths))
1012
1013 def resolve_userland(self, path):
1014 return self.resolve_executable(
1015 path,
1016 self.env['userland_source_dir'],
1017 self.env['userland_build_dir'],
1018 self.env['userland_build_ext'],
1019 )
1020
1021 def setup(self):
1022 '''

Callers

nothing calls this directly

Calls 1

resolve_executableMethod · 0.95

Tested by

no test coverage detected