Lines Matching full:path
10 sys.path.append(
11 os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
15 def UpdateDependency(dependency, platform, path, config):
18 dependency, platform, path, version=None, execute_job=True)
23 parser.add_argument('--config', required=True, type=os.path.realpath,
24 help='Path to the dependency configuration file.')
27 parser.add_argument('--path', required=True, type=os.path.realpath,
28 help='Path to the new dependency.')
32 UpdateDependency(args.dependency, args.platform, args.path, args.config)