Lines Matching full:path
26 parser.add_argument("--dst-dir", help="the output dest path", required=True)
27 parser.add_argument("--source-root-dir", help="project root path", required=True)
47 path = os.path.join(root_dir, i)
48 if os.path.exists(path):
49 build_dir_list.append(path)
51 raise Exception(f"following path not exists!! {path}")
89 :param search_dir: path to search
99 file_list_path = os.path.join(root, each_file)
152 folder_list.append(os.path.join(root, dir_i))
157 combined_ignore_cfg = os.path.join(output_path, "ignore_cfg")