Searched refs:appRoot (Results 1 – 2 of 2) sorted by relevance
93 final URL appRoot; in getAppManifest() local99 appRoot = new File("../../.").toURI().toURL(); in getAppManifest()101 appRoot = new URL("file:packages/apps/Car/libs/car-ui-lib/"); in getAppManifest()106 URL manifestPath = new URL(appRoot, "AndroidManifest.xml"); in getAppManifest()107 URL resDir = new URL(appRoot, "tests/robotests/res"); in getAppManifest()108 URL assetsDir = new URL(appRoot, config.assetDir()); in getAppManifest()
44 final URL appRoot = in getAppManifest() local46 final URL manifestPath = new URL(appRoot, "AndroidManifest.xml"); in getAppManifest()47 final URL resDir = new URL(appRoot, "res"); in getAppManifest()48 final URL assetsDir = new URL(appRoot, "assets"); in getAppManifest()