Lines Matching full:path
11 tracing_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
13 if tracing_path not in sys.path:
14 sys.path.append(tracing_path)
33 full_f = os.path.join(dirpath, f)
34 rel_f = os.path.relpath(full_f, basedir)
103 default=os.path.abspath(os.path.join(project.test_data_path)))
106 default=os.path.abspath(os.path.join(project.skp_data_path)))
111 server.data_dir = os.path.abspath(args.data_dir)
112 server.skp_data_dir = os.path.abspath(args.skp_data_dir)