Home
last modified time | relevance | path

Searched refs:subdir_name_constructor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/autotest/server/
H A Dsubcommand.py64 def parallel_simple(function, arglist, subdir_name_constructor=lambda x: str(x), argument
112 subdir = subdir_name_constructor(arg) if log else None
H A Dsubcommand_unittest.py428 func, args, subdir_name_constructor=lambda x: 'subdir%s' % x)
H A Dserver_job.py679 subdir_name_constructor=server_utils.get_hostname_from_machine,