Searched refs:joinpaths (Results 1 – 1 of 1) sorted by relevance
162 def get_build_top(*joinpaths: Any) -> Path:164 return Path(AndroidVariables().build_top, *joinpaths)167 def get_host_out(*joinpaths: Any) -> Path:169 return Path(AndroidVariables().host_out, *joinpaths)172 def get_product_out(*joinpaths: Any) -> Path:174 return Path(AndroidVariables().product_out, *joinpaths)312 def get_build_out_dir(*joinpaths) -> Path: argument332 return out_dir.joinpath(*joinpaths)338 return out_dir_common_base.joinpath(*joinpaths)340 return get_build_top('out').joinpath(*joinpaths)