Lines Matching refs:path
23 sys.path.append(
24 os.path.abspath(os.path.dirname(os.path.abspath(
25 os.path.dirname(__file__)))))
33 if not os.path.exists(opensource_config_file):
37 src_dir = os.path.dirname(opensource_config_file)
38 dst_dir = os.path.join(package_dir, os.path.relpath(src_dir, top_dir))
41 if os.path.exists(dst_dir):
49 release_file = os.path.join(dst_dir, RELEASE_FILENAME)
55 if not os.path.exists(opensource_config_file):
75 file_dir_path = os.path.join(scan_dir, file_dir_name)
76 if os.path.isdir(file_dir_path):
78 elif file_dir_path == os.path.join(scan_dir, RELEASE_FILENAME):
85 if os.path.exists(package_dir):
108 dir_list = [os.path.join(top_dir, _dir) for _dir in scan_dir_list]