Home
last modified time | relevance | path

Searched refs:strDup (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAllocator.h42 char* strDup(const char* toCopy) { in strDup() function
54 res[i] = strDup(arrayToCopy[i]); in strDupArray()
DAndroidSubAllocator.h64 char* strDup(const char* toCopy) { in strDup() function
76 res[i] = strDup(arrayToCopy[i]); in strDupArray()
/hardware/google/aemu/base/include/aemu/base/
DAllocator.h42 char* strDup(const char* toCopy) { in strDup() function
54 res[i] = strDup(arrayToCopy[i]); in strDupArray()
DSubAllocator.h65 char* strDup(const char* toCopy) { in strDup() function
77 res[i] = strDup(arrayToCopy[i]); in strDupArray()
/hardware/google/aemu/base/include/aemu/base/misc/
DStringUtils.h40 char* strDup(std::string_view str);
/hardware/google/aemu/base/
DStringUtils.cpp51 char* strDup(std::string_view view) { in strDup() function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp264 to->pApplicationName = alloc->strDup(from->pApplicationName); in deepcopy_VkApplicationInfo()
268 to->pEngineName = alloc->strDup(from->pEngineName); in deepcopy_VkApplicationInfo()
1076 to->pName = alloc->strDup(from->pName); in deepcopy_VkPipelineShaderStageCreateInfo()
7681 to->pLabelName = alloc->strDup(from->pLabelName); in deepcopy_VkDebugUtilsLabelEXT()
7708 to->pObjectName = alloc->strDup(from->pObjectName); in deepcopy_VkDebugUtilsObjectNameInfoEXT()
7734 to->pMessageIdName = alloc->strDup(from->pMessageIdName); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
7738 to->pMessage = alloc->strDup(from->pMessage); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp264 to->pApplicationName = alloc->strDup(from->pApplicationName); in deepcopy_VkApplicationInfo()
268 to->pEngineName = alloc->strDup(from->pEngineName); in deepcopy_VkApplicationInfo()
1076 to->pName = alloc->strDup(from->pName); in deepcopy_VkPipelineShaderStageCreateInfo()