Home
last modified time | relevance | path

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

/bootable/recovery/tools/image_generator/
DImageGenerator.java326 public Map<Locale, String> readLocalizedStringFromXmls(String resourcePath, in readLocalizedStringFromXmls() argument
328 File resourceDir = new File(resourcePath); in readLocalizedStringFromXmls()
330 throw new LocalizedStringNotFoundException(resourcePath + " is not a directory."); in readLocalizedStringFromXmls()
360 File textFile = new File(resourcePath, name + "/strings.xml"); in readLocalizedStringFromXmls()