Lines Matching defs:build_dir
45 def make_olddefconfig(self, build_dir, make_options): argument
58 def make_allyesconfig(self, build_dir, make_options): argument
80 def make(self, jobs, build_dir, make_options): argument
98 def linux_bin(self, params, timeout, build_dir): argument
110 def get_kconfig_path(build_dir): argument
116 def get_kunitconfig_path(build_dir): argument
122 def get_outfile_path(build_dir): argument
143 def create_kunitconfig(self, build_dir, defconfig=DEFAULT_KUNITCONFIG_PATH): argument
148 def read_kunitconfig(self, build_dir): argument
153 def validate_config(self, build_dir): argument
167 def build_config(self, build_dir, make_options): argument
179 def build_reconfig(self, build_dir, make_options): argument
195 def build_um_kernel(self, alltests, jobs, build_dir, make_options): argument
206 def run_kernel(self, args=[], build_dir='', timeout=None): argument