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