Home
last modified time | relevance | path

Searched defs:appendPathCopy (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/frameworks/base/libs/androidfw/include_pathutils/androidfw/
H A DPathUtils.h93 inline String8 appendPathCopy(String8 str, const char* leaf) { return appendPath(str, leaf); } in appendPathCopy() function
94 inline String8 appendPathCopy(String8 str, const String8& leaf) { in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/core/libutils/include/utils/
DString8.h201 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
203 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/core/libutils/include/utils/
DString8.h209 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
211 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/core/libutils/include/utils/
DString8.h209 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
211 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/core/libutils/include/utils/
DString8.h209 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
211 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libutils/include/utils/
DString8.h201 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
203 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/core/libutils/include/utils/
DString8.h209 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
211 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/core/libutils/include/utils/
DString8.h201 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
203 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/core/libutils/include/utils/
DString8.h209 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
211 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/core/libutils/include/utils/
DString8.h201 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
203 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/core/libutils/include/utils/
DString8.h209 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
211 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libutils/include/utils/
DString8.h201 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
203 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/core/libutils/include/utils/
DString8.h209 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
211 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/core/libutils/include/utils/
DString8.h201 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
203 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libutils/include/utils/
DString8.h209 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
211 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/core/libutils/include/utils/
DString8.h201 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
203 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/core/libutils/include/utils/
DString8.h201 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
203 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libutils/include/utils/
DString8.h220 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
222 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libutils/include/utils/
DString8.h220 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
222 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libutils/include/utils/
DString8.h220 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
222 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libutils/include/utils/
DString8.h220 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
222 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function