Lines Matching refs:str
50 def run_cmd(cmd: str):
84 mke2fs_cmd += ("mke2fs " + str(mke2fs_opts) + " -t " + FS_TYPE + " -b "
85 + str(BLOCKSIZE) + " " + args.device + " " + str(blocks))
89 print("pid " + str(res[0]) + " ret " + str(res[1]) + "\n" +
116 print("pid " + str(res[0]) + " ret " + str(res[1]) + "\n" +
125 print("error run mke2fs errno: " + str(res))
129 print("error run e2fsdroid errno: " + str(res))