Lines Matching refs:join
48 cmdstr = " ".join(in_cmd)
68 file_list_path = os.path.join(root, each_file)
75 return " ".join(str(x) for x in policy_file_list)
92 print("".join((contexts_file, " : need an empty line at end \n")))
96 print("".join((contexts_file, " : must be unix format\n")))
145 err_msg = "".join(str_seq)
148 err_msg = "".join(str_seq)
150 err_msg = "".join(str_seq)
165 check_cmd = [os.path.join(args.tool_path, "sefcontext_compile"),
230 check_cmd = [os.path.join(args.tool_path, "sefcontext_compile"),
234 ret = subprocess.run(" ".join(check_cmd), shell=True).returncode
248 all_combined_file_contexts = os.path.join(output_path, "file_contexts")
250 all_combined_file_contexts = os.path.join(output_path, "all_file_contexts")
252 combined_file_contexts = os.path.join(output_path, "file_contexts")
261 build_bin_cmd = [os.path.join(args.tool_path, "sefcontext_compile"),
262 "-o", os.path.join(args.dst_dir, "file_contexts.bin"),
286 combined_contexts = os.path.join(output_path, "sehap_contexts")
301 path = os.path.join(root_dir, i)
314 folder_list.append(os.path.join(root, dir_i))