Home
last modified time | relevance | path

Searched refs:AdobePropName (Results 1 – 3 of 3) sorted by relevance

/external/dynamic_depth/includes/xmpmeta/
Dxmp_const.h13 static const char* AdobePropName();
/external/dynamic_depth/internal/xmpmeta/
Dxmp_const.cc13 const char* XmpConst::AdobePropName() { return "xmptk"; } in AdobePropName() function in dynamic_depth::xmpmeta::XmpConst
Dxmp_writer.cc60 xmlSetNsProp(root_node, root_ns, ToXmlChar(XmpConst::AdobePropName()), in CreateXmpRootNode()