Searched refs:anyStartsWith (Results 1 – 2 of 2) sorted by relevance
118 return anyStartsWith(mSplitResDirs, path) || anyStartsWith(mOverlayPaths, path) in isPathReferenced()119 || anyStartsWith(mLibDirs, path); in isPathReferenced()123 private static boolean anyStartsWith(String[] list, String prefix) { in anyStartsWith() method in ResourcesKey
13924 Landroid/content/res/ResourcesKey;->anyStartsWith([Ljava/lang/String;Ljava/lang/String;)Z