Lines Matching refs:os
20 import os
47 path = os.path.join(root_dir, i)
48 if os.path.exists(path):
96 for root, _, files in sorted(os.walk(item)):
99 file_list_path = os.path.join(root, each_file)
133 fd = os.open(dst_file, os.O_WRONLY | os.O_CREAT, 0o664)
134 with os.fdopen(fd, "w") as dst_f:
149 for root, dirs, _ in sorted(os.walk(search_dir)):
152 folder_list.append(os.path.join(root, dir_i))
157 combined_ignore_cfg = os.path.join(output_path, "ignore_cfg")