Lines Matching refs:path
23 dir_path = os.path.dirname(os.path.realpath(__file__))
27 fuchsia_root = os.path.abspath(os.path.join(dir_path, "../../../"))
28 fx_path = os.path.join(fuchsia_root, "scripts/fx")
31 release_dir = os.path.abspath(args.release_dir)
33 release_dir = os.path.join(fuchsia_root, "out/default")
35 if not os.path.exists(release_dir):
92 full_name = os.path.join(package_dir, file_name)
94 source_file_name = os.path.join(release_dir, target_name)
106 debug_source_file_name = os.path.join(release_dir, debug_target_name)
114 debug_output_dir = os.path.join(debug_dir, build_id[:2])
121 shutil.copyfile(debug_source_file_name, os.path.join(debug_output_dir, build_id[2:] + '.debug'))