HomeSort by relevance Sort by last modified time
    Searched refs:recipes_path (Results 1 - 2 of 2) sorted by null

  /external/skia/infra/bots/
recipes.py 64 recipes_path (str) - native path to where the recipes live inside of the
79 return None, pb.get('recipes_path', '')
91 recipes_path = pb.get('recipes_path', '')
103 recipes_path = os.path.join(
104 repo_root, recipes_path.replace('/', os.path.sep))
105 return EngineDep(**engine), recipes_path
149 dep, recipes_path = parse(repo_root, recipes_cfg_path)
152 return os.path.join(repo_root, recipes_path)
165 engine = os.path.join(recipes_path, '.recipe_deps', 'recipe_engine'
    [all...]
  /external/skqp/infra/bots/
recipes.py 64 recipes_path (str) - native path to where the recipes live inside of the
79 return None, pb.get('recipes_path', '')
91 recipes_path = pb.get('recipes_path', '')
103 recipes_path = os.path.join(
104 repo_root, recipes_path.replace('/', os.path.sep))
105 return EngineDep(**engine), recipes_path
149 dep, recipes_path = parse(repo_root, recipes_cfg_path)
152 return os.path.join(repo_root, recipes_path)
165 engine = os.path.join(recipes_path, '.recipe_deps', 'recipe_engine'
    [all...]

Completed in 80 milliseconds