Home
last modified time | relevance | path

Searched defs:strDup (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
DAllocator.h33 char* strDup(const char* toCopy) { in strDup() function
DSubAllocator.h65 char* strDup(const char* toCopy) { in strDup() function
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAllocator.h42 char* strDup(const char* toCopy) { in strDup() function
/aosp_15_r20/external/mesa3d/src/gfxstream/aemu/include/
H A DAllocator.h33 char* strDup(const char* toCopy) { in strDup() function
/aosp_15_r20/hardware/google/aemu/base/
DStringUtils.cpp51 char* strDup(std::string_view view) { in strDup() function