Home
last modified time | relevance | path

Searched defs:GetDescriptorSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/liblp/
H A Dutility.cpp47 bool GetDescriptorSize(int fd, uint64_t* size) { in GetDescriptorSize() function
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipItem.h228 …unsigned GetDescriptorSize() const { return LocalExtra.IsZip64 ? kDataDescriptorSize64 : kDataDesc… in GetDescriptorSize() function
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp114 uint32_t DescriptorSetLayout::GetDescriptorSize(VkDescriptorType type) in GetDescriptorSize() function in vk::DescriptorSetLayout