Home
last modified time | relevance | path

Searched defs:appendPath (Results 1 – 25 of 258) sorted by relevance

1234567891011

/aosp_15_r20/frameworks/base/libs/androidfw/include_pathutils/androidfw/
H A DPathUtils.h84 inline String8& appendPath(String8& str, const String8& leaf) { in appendPath() function
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/backends/
H A DFileUri.java63 public Builder appendPath(String segment) { in appendPath() method in FileUri.Builder
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/core/libutils/include/utils/
DString8.h196 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/core/libutils/include/utils/
DString8.h204 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/core/libutils/include/utils/
DString8.h204 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/core/libutils/include/utils/
DString8.h204 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libutils/include/utils/
DString8.h196 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/core/libutils/include/utils/
DString8.h204 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/core/libutils/include/utils/
DString8.h196 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/core/libutils/include/utils/
DString8.h204 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/core/libutils/include/utils/
DString8.h196 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/core/libutils/include/utils/
DString8.h204 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libutils/include/utils/
DString8.h196 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/core/libutils/include/utils/
DString8.h204 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/core/libutils/include/utils/
DString8.h196 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libutils/include/utils/
DString8.h204 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/core/libutils/include/utils/
DString8.h196 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/core/libutils/include/utils/
DString8.h196 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libutils/include/utils/
DString8.h215 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libutils/include/utils/
DString8.h215 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libutils/include/utils/
DString8.h215 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libutils/include/utils/
DString8.h215 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DPathUtils.cpp100 String8& appendPath(String8& str, const char* name) { in appendPath() function
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DString8.java384 public String8 appendPath(String name) { in appendPath() method in String8
/aosp_15_r20/external/intel-media-driver/Tools/MediaDriverTools/KernelBinToSource/
H A DKernelBinToSource.cpp104 std::string appendPath( in appendPath() function

1234567891011