Searched refs:appendPath (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/include/utils/
H A DString8.h281 String8& appendPath(const char* leaf);
282 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } function in class:android::String8
285 * Like appendPath(), but does not affect this string. Returns a new one instead.
288 { String8 p(*this); p.appendPath(leaf); return p; }
/frameworks/base/libs/utils/
H A DAssetManager.cpp101 realPath.appendPath(kAppZipName);
145 path.appendPath(kSystemAssets);
270 assetName.appendPath(fileName);
530 path.appendPath(fileName);
619 path.appendPath(fileName);
642 path.appendPath(fileName);
699 path.appendPath((locale != NULL) ? locale : kDefaultLocale);
700 path.appendPath((vendor != NULL) ? vendor : kDefaultVendor);
701 path.appendPath(fileName);
738 sourceName.appendPath(dirNam
[all...]
H A DString8.cpp609 String8& String8::appendPath(const char* name) function in class:android::String8
/frameworks/base/core/java/android/app/
H A DSearchManager.java1912 uriBuilder.appendPath(SearchManager.SUGGEST_URI_PATH_QUERY);
1921 uriBuilder.appendPath(query);
H A DSearchDialog.java1245 uriBuilder.appendPath(SearchManager.SEARCH_CLICK_REPORT_URI_PATH);
/frameworks/base/tools/localize/
H A Dfile_utils.cpp32 dest.appendPath(part);
/frameworks/base/core/java/android/content/
H A DSyncStateContentProviderHelper.java122 return CONTENT_URI.buildUpon().appendPath(String.valueOf(id)).build();
/frameworks/base/core/java/android/provider/
H A DGmail.java1785 .appendPath(account).appendPath(Long.toString(messageId))
1786 .appendPath("attachments").appendPath(attachment.partId)
1787 .appendPath(rendition.toString())
1788 .appendPath(Boolean.toString(saveToSd))
1809 return attachmentUri.buildUpon().appendPath("download").build();
H A DIm.java961 builder.appendPath(username);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp72 subdirName.appendPath(path);
95 subdirName.appendPath(path);
1050 name.appendPath(mGroupEntry.vendor.string());
1051 name.appendPath(mPath);
1249 pathName.appendPath(fileNames[i].string());
1396 partialPath.appendPath(root);
1629 subdirName.appendPath(entry->d_name);
H A DResource.cpp121 mPath.appendPath(file->getGroupEntry().toDirName(mResType));
122 mPath.appendPath(leaf);
1547 dest.appendPath(part);
1557 dest.appendPath(className);
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/
H A DUriTest.java297 uri = uri.buildUpon().appendPath("c").build();
321 Uri withC = Uri.parse("foo:/a/b/").buildUpon().appendPath("c").build();
/frameworks/base/tests/FrameworkTest/tests/src/android/content/
H A DAbstractTableMergerTest.java422 return CONTENT_URI.buildUpon().appendPath(String.valueOf(id)).build();
426 return CONTENT_URI.buildUpon().appendPath(String.valueOf(id)).build();
/frameworks/base/core/java/android/net/
H A DUri.java1366 public Builder appendPath(String newSegment) { method in class:Uri.Builder

Completed in 373 milliseconds