Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp30 const constexpr char* DEFAULT_SUFFIX = ".png"; variable
373 fileName = std::to_string(now) + DEFAULT_SUFFIX; in WriteLocalFile()