Searched refs:mPrefix (Results 1 – 1 of 1) sorted by relevance
138 private String mPrefix = null; field in ConfigurationFactory.ConfigClasspathFilter141 mPrefix = getConfigPrefix(); in ConfigClasspathFilter()143 mPrefix += prefix; in ConfigClasspathFilter()145 CLog.d("Searching the '%s' config path", mPrefix); in ConfigClasspathFilter()155 return pathName.startsWith(mPrefix) && pathName.endsWith(CONFIG_SUFFIX) && in accept()