Searched refs:assetsPathRelativeToBuildRoot (Results 1 – 8 of 8) sorted by relevance
24 class InputGoldenPathManager(pathConfig: PathConfig, assetsPathRelativeToBuildRoot: String) :27 assetsPathRelativeToBuildRoot = assetsPathRelativeToBuildRoot,
41 assetsPathRelativeToBuildRoot: String49 assetsPathRelativeToBuildRoot
24 class SettingsGoldenPathManager(pathConfig: PathConfig, assetsPathRelativeToBuildRoot: String) :27 assetsPathRelativeToBuildRoot = assetsPathRelativeToBuildRoot,
33 assetsPathRelativeToBuildRoot: String = if (isRobolectric) ASSETS_PATH_ROBO else ASSETS_PATH37 assetsPathRelativeToBuildRoot = assetsPathRelativeToBuildRoot,
27 assetsPathRelativeToBuildRoot = assetPath,
63 val assetsDir = androidBuildTop?.resolve(goldenPathManager.assetsPathRelativeToBuildRoot) in <lambda>()
58 val assetsPathRelativeToBuildRoot: String = "assets", constant in platform.test.screenshot.GoldenPathManager