Home
last modified time | relevance | path

Searched refs:getConfigFile (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDynamicConfigDeviceSide.java38 File configFile = getConfigFile(new File(CONFIG_FOLDER_ON_DEVICE), moduleName); in DynamicConfigDeviceSide()
/cts/common/util/src/com/android/compatibility/common/util/
DDynamicConfig.java70 public static File getConfigFile(File configFolder, String moduleName) in getConfigFile() method in DynamicConfig
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusher.java89 localConfigFile = DynamicConfig.getConfigFile(buildHelper.getTestsDir(), mModuleName); in setUp()