Home
last modified time | relevance | path

Searched refs:pathCopy (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager.java1182 String8 pathCopy = new String8(path); in scanDirLocked() local
1215 fileType = getFileType(pathCopy.appendPath(entry.getName()).string()); in scanDirLocked()
1227 info.setSourceName(pathCopy.appendPath(info.getFileName().string())); in scanDirLocked()
/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp1764 LocalPointer<UnicodeString> pathCopy(new UnicodeString(path), errorCode); in processResource() local
1765 aliasPathPairs.addElement(pathCopy.getAlias(), errorCode); in processResource()
1768 pathCopy.orphan(); in processResource()