Home
last modified time | relevance | path

Searched refs:prop_key (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/make/tools/releasetools/
H A Dapex_utils.py293 prop_key, prop_value = prop.group('key'), prop.group('value')
294 if prop_key == 'apex.key':
297 payload_info[prop_key] = prop_value.strip('\"\'')
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp196 const std::string prop_key = in ParseDebugVulkanLayer() local
199 android::base::GetProperty(prop_key, ""); in ParseDebugVulkanLayer()