(*paths)
| 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']: |
no outgoing calls
no test coverage detected