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

Method join

common.py:415–416  ·  view source on GitHub ↗
(*paths)

Source from the content-addressed store, hash-verified

413 Update the kwargs from the command line with values derived from them.
414 '''
415 def join(*paths):
416 return os.path.join(*paths)
417 if env['emulator'] in env['emulator_short_to_long_dict']:
418 env['emulator'] = env['emulator_short_to_long_dict'][env['emulator']]
419 if not env['_args_given']['userland_build_id']:

Callers 13

cmd_to_stringMethod · 0.80
run_cmdMethod · 0.80
write_configsMethod · 0.80
common.pyFile · 0.80
__init__Method · 0.80
_init_envMethod · 0.80
get_toolchain_prefixMethod · 0.80
import_pathMethod · 0.80
resolve_executableMethod · 0.80
__str__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected