Lines Matching refs:str
30 def run_cmd(cmd: str):
38 def build_rootdir(src_dir: str) -> str:
52 def load_config(config_file: str) -> list:
78 print(" ".join(["pid ", str(res[0]), " ret ", str(res[1]), "\n",
80 print("MkImages failed errno: %s" % str(res[1]))
84 def sparse_img2simg(is_sparse: str, device: str):
92 def mk_system_img(mkfs_tools: str, mk_configs: str, device: str, src_dir: str, is_sparse: str):
102 def mk_ramdisk_img(mkfs_tools: str, mk_configs: str, device: str, src_dir: str, is_sparse: str):
111 def mk_other_img(mkfs_tools: str, mk_configs: str, device: str, src_dir: str, is_sparse: str):