Searched refs:mLibPaths (Results 1 – 1 of 1) sorted by relevance
1043 private volatile String[] mLibPaths = null; field in Runtime1046 if (mLibPaths == null) { in getLibPaths()1048 if (mLibPaths == null) { in getLibPaths()1049 mLibPaths = initLibPaths(); in getLibPaths()1053 return mLibPaths; in getLibPaths()