Searched refs:mLibPaths (Results 1 – 2 of 2) sorted by relevance
1092 private volatile String[] mLibPaths = null; field in Runtime1095 if (mLibPaths == null) { in getLibPaths()1097 if (mLibPaths == null) { in getLibPaths()1098 mLibPaths = initLibPaths(); in getLibPaths()1102 return mLibPaths; in getLibPaths()
190 private volatile java.lang.String[] mLibPaths; field in Runtime